Skip to content

Commit

Permalink
Update windows-release.yaml (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Mar 7, 2023
1 parent 2f8223b commit f932d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ variables:
- name: githubRepositoryName
value: akkadotnet/Akka.Persistence.Redis
steps:
- task: UseDotNet@2
displayName: 'Use .NET 7 SDK'
inputs:
version: 7.x
- task: BatchScript@1
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 f932d82

Please sign in to comment.