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 8e13fc6 commit f73091cCopy full SHA for f73091c
azure-pipelines.yml
@@ -35,11 +35,17 @@ pool:
35
vmImage: 'windows-latest'
36
37
variables:
38
- DOTNET_NOLOGO: true
39
- solution: 'nanoFramework.System.Net.Http.sln'
40
- buildPlatform: 'Any CPU'
41
- buildConfiguration: 'Release'
42
- nugetPackageName: 'System.Net.Http'
+ - group: sign-client-credentials
+ - name: DOTNET_NOLOGO
+ value: true
+ - name: buildPlatform
+ 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'
49
50
steps:
51
0 commit comments