Skip to content

Commit 8660778

Browse files
authored
Work CI-CD
- Rework variables declaration to include sing group. ***NO_CI***
1 parent 7db83ac commit 8660778

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
@@ -45,11 +45,17 @@ jobs:
4545
vmImage: 'windows-latest'
4646

4747
variables:
48-
DOTNET_NOLOGO: true
49-
solution: 'nanoFramework.Graphics.sln'
50-
buildPlatform: 'Any CPU'
51-
buildConfiguration: 'Release'
52-
nugetPackageName: 'nanoFramework.Graphics'
48+
- group: sign-client-credentials
49+
- name: DOTNET_NOLOGO
50+
value: true
51+
- name: buildPlatform
52+
value: 'Any CPU'
53+
- name: buildConfiguration
54+
value: 'Release'
55+
- name: solution
56+
value: 'nanoFramework.Graphics.sln'
57+
- name: nugetPackageName
58+
value: 'nanoFramework.Graphics'
5359

5460
steps:
5561

0 commit comments

Comments
 (0)