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 dffd4c3 commit 667f008Copy full SHA for 667f008
azure-pipelines.yml
@@ -34,11 +34,17 @@ pool:
34
vmImage: 'windows-latest'
35
36
variables:
37
- DOTNET_NOLOGO: true
38
- solution: 'nanoFramework.System.Security.Cryptography.sln'
39
- buildPlatform: 'Any CPU'
40
- buildConfiguration: 'Release'
41
- nugetPackageName: 'nanoFramework.System.Security.Cryptography'
+ - group: sign-client-credentials
+ - name: DOTNET_NOLOGO
+ value: true
+ - name: buildPlatform
+ value: 'Any CPU'
42
+ - name: buildConfiguration
43
+ value: 'Release'
44
+ - name: solution
45
+ value: 'nanoFramework.System.Security.Cryptography.sln'
46
+ - name: nugetPackageName
47
+ value: 'nanoFramework.System.Security.Cryptography'
48
49
steps:
50
0 commit comments