We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57323d6 commit cb49cf3Copy full SHA for cb49cf3
build-system/windows-release.yaml
@@ -14,7 +14,7 @@ variables:
14
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
15
- group: nugetKeys #create this group with SECRET variables `nugetKey`
16
- name: githubConnectionName
17
- value: AkkaDotNet #replace this
+ value: Akka.NET #replace this
18
- name: projectName
19
value: HOCON #replace this
20
- name: githubRepositoryName
@@ -35,4 +35,4 @@ steps:
35
title: '$(projectName) v$(Build.SourceBranchName)'
36
releaseNotesFile: 'RELEASE_NOTES.md'
37
assets: |
38
- bin\nuget\*.nupkg
+ bin\nuget\*.nupkg
0 commit comments