Skip to content

Commit c25d29c

Browse files
Merge pull request #104 from akkadotnet/dev
Update Windows Release pipeline
2 parents 783c956 + 996f4a7 commit c25d29c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-system/windows-release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ trigger:
99
branches:
1010
include:
1111
- refs/tags/*
12+
pr: none
1213

1314
variables:
1415
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
1516
- group: nugetKeys #create this group with SECRET variables `nugetKey`
1617
- name: githubConnectionName
17-
value: AkkaDotNet #replace this
18+
value: Akka.NET #replace this
1819
- name: projectName
1920
value: HOCON #replace this
2021
- name: githubRepositoryName
@@ -35,4 +36,4 @@ steps:
3536
title: '$(projectName) v$(Build.SourceBranchName)'
3637
releaseNotesFile: 'RELEASE_NOTES.md'
3738
assets: |
38-
bin\nuget\*.nupkg
39+
bin\nuget\*.nupkg

0 commit comments

Comments
 (0)