mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
316504b322
commit
6682171582
@ -1,4 +1,5 @@
|
|||||||
# .NET Desktop
|
# .NET Desktop
|
||||||
|
|
||||||
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
|
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
|
||||||
# Add steps that publish symbols, save build artifacts, and more:
|
# Add steps that publish symbols, save build artifacts, and more:
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
|
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
|
||||||
@ -35,6 +36,9 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
platform: '$(buildPlatform)'
|
platform: '$(buildPlatform)'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
|
- task: DownloadSecureFile@1
|
||||||
|
inputs:
|
||||||
|
secureFile: '$(CertFile)'
|
||||||
- task: codesigning@2
|
- task: codesigning@2
|
||||||
inputs:
|
inputs:
|
||||||
secureFileId: '$(CertFile)'
|
secureFileId: '$(CertFile)'
|
||||||
|
Loading…
Reference in New Issue
Block a user