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 04abff3 commit 6cccbcfCopy full SHA for 6cccbcf
azure-pipelines.yml
@@ -36,11 +36,17 @@ pool:
36
vmImage: 'windows-latest'
37
38
variables:
39
- DOTNET_NOLOGO: true
40
- solution: 'nanoFramework.Hardware.Esp32.sln'
41
- buildPlatform: 'Any CPU'
42
- buildConfiguration: 'Release'
43
- nugetPackageName: 'nanoFramework.Hardware.Esp32'
+ - group: sign-client-credentials
+ - name: DOTNET_NOLOGO
+ value: true
+ - name: buildPlatform
+ 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'
50
51
steps:
52
0 commit comments