We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db83ac commit 8660778Copy full SHA for 8660778
azure-pipelines.yml
@@ -45,11 +45,17 @@ jobs:
45
vmImage: 'windows-latest'
46
47
variables:
48
- DOTNET_NOLOGO: true
49
- solution: 'nanoFramework.Graphics.sln'
50
- buildPlatform: 'Any CPU'
51
- buildConfiguration: 'Release'
52
- nugetPackageName: 'nanoFramework.Graphics'
+ - group: sign-client-credentials
+ - name: DOTNET_NOLOGO
+ value: true
+ - name: buildPlatform
+ value: 'Any CPU'
53
+ - name: buildConfiguration
54
+ value: 'Release'
55
+ - name: solution
56
+ value: 'nanoFramework.Graphics.sln'
57
+ - name: nugetPackageName
58
+ value: 'nanoFramework.Graphics'
59
60
steps:
61
0 commit comments