File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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_Releases
1818 - name : projectName
19- value : yourProjectName # replace this
19+ value : Akka.MultiNodeTestRunner
2020 - name : githubRepositoryName
21- value : yourOrganization/yourRepo # replace this
21+ value : akkadotnet/Akka.MultiNodeTestRunner
2222
2323steps :
2424- task : BatchScript@1
2525 displayName : ' FAKE Build'
2626 inputs :
2727 filename : build.cmd
28- arguments : ' nuget SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://www .nuget.org/api/v2/package nugetkey=$(nugetKey)'
28+ arguments : ' nuget nugetpublishurl=https://api .nuget.org/v3/index.json nugetkey=$(nugetKey)'
2929
3030- task : GitHubRelease@0
3131 displayName : ' GitHub release (create)'
You can’t perform that action at this time.
0 commit comments