Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-10-11 23:06:16 -06:00
parent 316504b322
commit 6682171582

View File

@ -1,4 +1,5 @@
# .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
@ -35,6 +36,9 @@ steps:
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
- task: DownloadSecureFile@1
inputs:
secureFile: '$(CertFile)'
- task: codesigning@2
inputs:
secureFileId: '$(CertFile)'