Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Timothy Baldridge 2019-10-11 22:32:05 -06:00
parent 0d47ec31fc
commit 013418d8cb

View File

@ -1,7 +1,7 @@
# .NET Desktop
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Pipeline.Workspace)/Wabbajack.exe'
targetPath: '$(Pipeline.Workspace)\\Wabbajack.exe'
artifact: 'Wabbajack.exe'
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more: