Skip to content

Commit 14c6635

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent aaa243d commit 14c6635

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,17 @@ jobs:
4545
vmImage: 'windows-latest'
4646

4747
variables:
48-
DOTNET_NOLOGO: true
49-
solution: 'nanoFramework.System.Text.sln'
50-
buildPlatform: 'Any CPU'
51-
buildConfiguration: 'Release'
52-
nugetPackageName: 'nanoFramework.System.Text'
48+
- group: sign-client-credentials
49+
- name: DOTNET_NOLOGO
50+
value: true
51+
- name: buildPlatform
52+
value: 'Any CPU'
53+
- name: buildConfiguration
54+
value: 'Release'
55+
- name: solution
56+
value: 'nanoFramework.System.Text.sln'
57+
- name: nugetPackageName
58+
value: 'nanoFramework.System.Text'
5359

5460
steps:
5561

0 commit comments

Comments
 (0)