Skip to content

Commit

Permalink
Fix release pipeline (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Feb 23, 2024
1 parent 5150dcd commit 4447240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
displayName: 'FAKE Build'
inputs:
filename: build.cmd
arguments: 'All SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(Akka.NET Tools NuGet)'
arguments: 'nuget SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://api.nuget.org/v3/index.json nugetkey=$(Akka.NET Tools NuGet)'

- task: GitHubRelease@0
displayName: 'GitHub release (create)'
Expand Down

0 comments on commit 4447240

Please # to comment.