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 dc85525 commit 4c86b97Copy full SHA for 4c86b97
azure-pipelines.yml
@@ -38,11 +38,17 @@ pool:
38
vmImage: 'windows-latest'
39
40
variables:
41
- DOTNET_NOLOGO: true
42
- solution: 'nanoFramework.System.Runtime.Serialization.sln'
43
- buildPlatform: 'Any CPU'
44
- buildConfiguration: 'Release'
45
- nugetPackageName: 'nanoFramework.System.Runtime.Serialization'
+ - group: sign-client-credentials
+ - name: DOTNET_NOLOGO
+ value: true
+ - name: buildPlatform
+ value: 'Any CPU'
46
+ - name: buildConfiguration
47
+ value: 'Release'
48
+ - name: solution
49
+ value: 'nanoFramework.System.Runtime.Serialization.sln'
50
+ - name: nugetPackageName
51
+ value: 'nanoFramework.System.Runtime.Serialization'
52
53
steps:
54
0 commit comments