Skip to content

Commit a3ec080

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent 427d099 commit a3ec080

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
@@ -40,11 +40,17 @@ pool:
4040
vmImage: 'windows-latest'
4141

4242
variables:
43-
DOTNET_NOLOGO: true
44-
solution: 'nanoFramework.Networking.Sntp.sln'
45-
buildPlatform: 'Any CPU'
46-
buildConfiguration: 'Release'
47-
nugetPackageName: 'nanoFramework.Networking.Sntp'
43+
- group: sign-client-credentials
44+
- name: DOTNET_NOLOGO
45+
value: true
46+
- name: buildPlatform
47+
value: 'Any CPU'
48+
- name: buildConfiguration
49+
value: 'Release'
50+
- name: solution
51+
value: 'nanoFramework.Networking.Sntp.sln'
52+
- name: nugetPackageName
53+
value: 'nanoFramework.Networking.Sntp'
4854

4955
steps:
5056

0 commit comments

Comments
 (0)