File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ variables:
14
14
- group : signingSecrets # create this group with SECRET variables `signingUsername` and `signingPassword`
15
15
- group : nugetKeys # create this group with SECRET variables `nugetKey`
16
16
- name : githubConnectionName
17
- value : yourConnection # replace this
17
+ value : AkkaDotNet # replace this
18
18
- name : projectName
19
- value : yourProjectName # replace this
19
+ value : HOCON # replace this
20
20
- name : githubRepositoryName
21
- value : yourOrganization/yourRepo # replace this
21
+ value : akkadotnet/HOCON # replace this
22
22
23
23
steps :
24
24
- task : BatchScript@1
25
25
displayName : ' FAKE Build'
26
26
inputs :
27
27
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)'
29
29
30
30
- task : GitHubRelease@0
31
31
displayName : ' GitHub release (create)'
You can’t perform that action at this time.
0 commit comments