Skip to content

Commit

Permalink
updated NuGet Release build steps (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Mar 15, 2019
1 parent d1b9714 commit e6a5af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-system/windows-release.yaml
Expand Up @@ -14,18 +14,18 @@ variables:
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
- group: nugetKeys #create this group with SECRET variables `nugetKey`
- name: githubConnectionName
value: yourConnection #replace this
value: AkkaDotNet #replace this
- name: projectName
value: yourProjectName #replace this
value: HOCON #replace this
- name: githubRepositoryName
value: yourOrganization/yourRepo #replace this
value: akkadotnet/HOCON #replace this

steps:
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
filename: build.cmd
arguments: 'All SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)'
arguments: 'All nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)'

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

0 comments on commit e6a5af0

Please sign in to comment.