Skip to content

Commit f73091c

Browse files
authored
Work CI-CD
- Add variable group for signing workflow. ***NO_CI***
1 parent 8e13fc6 commit f73091c

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

3737
variables:
38-
DOTNET_NOLOGO: true
39-
solution: 'nanoFramework.System.Net.Http.sln'
40-
buildPlatform: 'Any CPU'
41-
buildConfiguration: 'Release'
42-
nugetPackageName: 'System.Net.Http'
38+
- group: sign-client-credentials
39+
- name: DOTNET_NOLOGO
40+
value: true
41+
- name: buildPlatform
42+
value: 'Any CPU'
43+
- name: buildConfiguration
44+
value: 'Release'
45+
- name: solution
46+
value: 'nanoFramework.System.Net.Http.sln'
47+
- name: nugetPackageName
48+
value: 'nanoFramework.System.Net'
4349

4450
steps:
4551

0 commit comments

Comments
 (0)