Skip to content

Commit 667f008

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent dffd4c3 commit 667f008

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
@@ -34,11 +34,17 @@ pool:
3434
vmImage: 'windows-latest'
3535

3636
variables:
37-
DOTNET_NOLOGO: true
38-
solution: 'nanoFramework.System.Security.Cryptography.sln'
39-
buildPlatform: 'Any CPU'
40-
buildConfiguration: 'Release'
41-
nugetPackageName: 'nanoFramework.System.Security.Cryptography'
37+
- group: sign-client-credentials
38+
- name: DOTNET_NOLOGO
39+
value: true
40+
- name: buildPlatform
41+
value: 'Any CPU'
42+
- name: buildConfiguration
43+
value: 'Release'
44+
- name: solution
45+
value: 'nanoFramework.System.Security.Cryptography.sln'
46+
- name: nugetPackageName
47+
value: 'nanoFramework.System.Security.Cryptography'
4248

4349
steps:
4450

0 commit comments

Comments
 (0)