diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d8b83e8..79e4e48a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: