Skip to content

Commit e6a5af0

Browse files
updated NuGet Release build steps (#82)
1 parent d1b9714 commit e6a5af0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-system/windows-release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ variables:
1414
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
1515
- group: nugetKeys #create this group with SECRET variables `nugetKey`
1616
- name: githubConnectionName
17-
value: yourConnection #replace this
17+
value: AkkaDotNet #replace this
1818
- name: projectName
19-
value: yourProjectName #replace this
19+
value: HOCON #replace this
2020
- name: githubRepositoryName
21-
value: yourOrganization/yourRepo #replace this
21+
value: akkadotnet/HOCON #replace this
2222

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

3030
- task: GitHubRelease@0
3131
displayName: 'GitHub release (create)'

0 commit comments

Comments
 (0)