Skip to content

Commit fbd1bdf

Browse files
authored
1.0.0-beta1 Release
1.0.0-beta1 Release
2 parents 4cf173a + a8600b5 commit fbd1bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-system/windows-release.yaml

Lines changed: 4 additions & 4 deletions
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_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

2323
steps:
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)'

0 commit comments

Comments
 (0)