Skip to content

Commit c1fb7d3

Browse files
authored
Merge pull request #79 from mjcheetham/fix-signwindows
Fix real-sign Windows build to actually sign
2 parents 64608ef + 6b4e904 commit c1fb7d3

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)