Skip to content

Commit

Permalink
Set up Release CI with Azure Pipelines (#86)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Aaronontheweb authored Mar 17, 2021
1 parent 25b4e5d commit 49d896c
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 @@ -30,7 +30,7 @@ steps:
displayName: 'FAKE Build'
inputs:
filename: build.cmd
arguments: 'Nuget SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)'
arguments: 'Nuget nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)'

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

0 comments on commit 49d896c

Please sign in to comment.