From e82051eadfc2cda6b86c03439796c835d5c2e6c5 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Fri, 11 Oct 2019 22:51:16 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b42a1da2..beac6a37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,6 @@ steps: configuration: '$(buildConfiguration)' - task: PublishBuildArtifacts@1 inputs: - PathtoPublish: '$(System.DefaultWorkingDirectory)Wabbajack/bin/x64/Debug/Wabbajack.exe' + PathtoPublish: '$(System.DefaultWorkingDirectory)/Wabbajack/bin/x64/Debug/Wabbajack.exe' ArtifactName: 'Wabbajack.exe' publishLocation: 'Container'