Skip to content

Commit 4e0f337

Browse files
committed
Work CI-CD
- Rework variable declaration to include sign group. ***NO_CI***
1 parent bc3b302 commit 4e0f337

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
@@ -48,11 +48,17 @@ jobs:
4848
vmImage: 'windows-latest'
4949

5050
variables:
51-
DOTNET_NOLOGO: true
52-
solution: 'nanoFramework.CoreLibrary.sln'
53-
buildPlatform: 'Any CPU'
54-
buildConfiguration: 'Release'
55-
nugetPackageName: 'nanoFramework.CoreLibrary'
51+
- group: sign-client-credentials
52+
- name: DOTNET_NOLOGO
53+
value: true
54+
- name: buildPlatform
55+
value: 'Any CPU'
56+
- name: buildConfiguration
57+
value: 'Release'
58+
- name: solution
59+
value: 'nanoFramework.CoreLibrary.sln'
60+
- name: nugetPackageName
61+
value: 'nanoFramework.CoreLibrary'
5662

5763
steps:
5864

0 commit comments

Comments
 (0)