Skip to content

Commit 4c86b97

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent dc85525 commit 4c86b97

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
@@ -38,11 +38,17 @@ pool:
3838
vmImage: 'windows-latest'
3939

4040
variables:
41-
DOTNET_NOLOGO: true
42-
solution: 'nanoFramework.System.Runtime.Serialization.sln'
43-
buildPlatform: 'Any CPU'
44-
buildConfiguration: 'Release'
45-
nugetPackageName: 'nanoFramework.System.Runtime.Serialization'
41+
- group: sign-client-credentials
42+
- name: DOTNET_NOLOGO
43+
value: true
44+
- name: buildPlatform
45+
value: 'Any CPU'
46+
- name: buildConfiguration
47+
value: 'Release'
48+
- name: solution
49+
value: 'nanoFramework.System.Runtime.Serialization.sln'
50+
- name: nugetPackageName
51+
value: 'nanoFramework.System.Runtime.Serialization'
4652

4753
steps:
4854

0 commit comments

Comments
 (0)