We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 783c956 + 996f4a7 commit c25d29cCopy full SHA for c25d29c
build-system/windows-release.yaml
@@ -9,12 +9,13 @@ trigger:
9
branches:
10
include:
11
- refs/tags/*
12
+pr: none
13
14
variables:
15
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
16
- group: nugetKeys #create this group with SECRET variables `nugetKey`
17
- name: githubConnectionName
- value: AkkaDotNet #replace this
18
+ value: Akka.NET #replace this
19
- name: projectName
20
value: HOCON #replace this
21
- name: githubRepositoryName
@@ -35,4 +36,4 @@ steps:
35
36
title: '$(projectName) v$(Build.SourceBranchName)'
37
releaseNotesFile: 'RELEASE_NOTES.md'
38
assets: |
- bin\nuget\*.nupkg
39
+ bin\nuget\*.nupkg
0 commit comments