Skip to content

Commit 5915145

Browse files
updated Windows release build pipeline (#17)
1 parent e65cb9f commit 5915145

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: Petabridge
1818
- name: projectName
19-
value: yourProjectName #replace this
19+
value: Incrementalist
2020
- name: githubRepositoryName
21-
value: yourOrganization/yourRepo #replace this
21+
value: petabridge/Incrementalist
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 SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(incrementalistKey)'
2929

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

0 commit comments

Comments
 (0)