Skip to content

Commit

Permalink
remove nuget fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Dec 16, 2023
1 parent cb4fb8d commit 19fe9d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Actions/Deliver/Deliver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ try {
Get-Item -Path (Join-Path $folder[0] "*.app") | ForEach-Object {
$parameters = @{
"gitHubRepository" = "$ENV:GITHUB_SERVER_URL/$ENV:GITHUB_REPOSITORY"
"includeNuGetDependencies" = $true
"dependencyIdTemplate" = "AL-Go-{id}"
"packageId" = "AL-Go-{id}"
}
$parameters.appFiles = $_.FullName
$package = New-BcNuGetPackage @parameters
Expand Down

0 comments on commit 19fe9d7

Please sign in to comment.