Skip to content

Commit 6cccbcf

Browse files
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent 04abff3 commit 6cccbcf

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
@@ -36,11 +36,17 @@ pool:
3636
vmImage: 'windows-latest'
3737

3838
variables:
39-
DOTNET_NOLOGO: true
40-
solution: 'nanoFramework.Hardware.Esp32.sln'
41-
buildPlatform: 'Any CPU'
42-
buildConfiguration: 'Release'
43-
nugetPackageName: 'nanoFramework.Hardware.Esp32'
39+
- group: sign-client-credentials
40+
- name: DOTNET_NOLOGO
41+
value: true
42+
- name: buildPlatform
43+
value: 'Any CPU'
44+
- name: buildConfiguration
45+
value: 'Release'
46+
- name: solution
47+
value: 'nanoFramework.Hardware.Esp32.sln'
48+
- name: nugetPackageName
49+
value: 'nanoFramework.Hardware.Esp32'
4450

4551
steps:
4652

0 commit comments

Comments
 (0)