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 7e740a9 commit f3af0fdCopy full SHA for f3af0fd
azure-pipelines.yml
@@ -36,11 +36,17 @@ pool:
36
vmImage: 'windows-latest'
37
38
variables:
39
- DOTNET_NOLOGO: true
40
- solution: 'nanoFramework.System.Net.Websockets.sln'
41
- buildPlatform: 'Any CPU'
42
- buildConfiguration: 'Release'
43
- nugetPackageName: 'nanoFramework.System.Net.WebSockets'
+ - 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.System.Net.Websockets.sln'
48
+ - name: nugetPackageName
49
+ value: 'nanoFramework.System.Net.WebSockets'
50
51
steps:
52
0 commit comments