Skip to content

Commit

Permalink
Update publish-package.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAdam authored Jun 5, 2023
1 parent c6f56a0 commit 7e1eaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/publish-package.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

param(
[string]$ProjectDir = ".",
[string]$Name = "Release_x64",
[string]$Name = "Release",
[Parameter(Mandatory=$true)]
[string]$ApiKey
)

#./dotnet/publish-package-nuget.ps1 -RepoName $RepoName -ProjectDir $ProjectDir -Name $Name -ApiKey $ApiKey
./dotnet/publish-package-nuget.ps1 -RepoName $RepoName -ProjectDir $ProjectDir -Name $Name -ApiKey $ApiKey


exit $LASTEXITCODE

0 comments on commit 7e1eaf5

Please sign in to comment.