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.
2 parents 64608ef + 6b4e904 commit c1fb7d3Copy full SHA for c1fb7d3
.azure-pipelines/templates/windows/compile.yml
@@ -1,4 +1,10 @@
1
steps:
2
+- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@2
3
+ displayName: Install signing plugin
4
+ condition: and(succeeded(), eq(variables['SignType'], 'real'))
5
+ inputs:
6
+ signType: '$(SignType)'
7
+
8
- task: DotNetCoreInstaller@0
9
displayName: Install .NET Core SDK 2.2.100
10
inputs:
0 commit comments