Skip to content

Commit 4fe2f80

Browse files
authored
Merge pull request #80 from mjcheetham/port-winsignfix
[Port] Fix real-sign Windows build to actually sign
2 parents 21751ca + 6b7f734 commit 4fe2f80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/templates/windows/compile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
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+
28
- task: DotNetCoreInstaller@0
39
displayName: Install .NET Core SDK 2.2.100
410
inputs:

0 commit comments

Comments
 (0)