From 483038a9063e73e9210bbdb1ab686fbcce269839 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sat, 12 Oct 2019 08:04:47 -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 a5f5380a..9454e8e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ steps: - task: CmdLine@2 inputs: script: | - curl --request POST --url 'https://www.virustotal.com/vtapi/v2/file/scan' --form 'apikey=$(VirusTotalAPIKey)' --form 'file=@$(System.DefaultWorkingDirectory)\Wabbajack\bin\x64\Debug\Wabbajack.exe' + curl --request POST --url 'https://www.virustotal.com/vtapi/v2/file/scan' --form 'apikey=$(VirusTotalAPIKey)' --form 'file=@"$(System.DefaultWorkingDirectory)\Wabbajack\bin\x64\Debug\Wabbajack.exe"' - task: PublishBuildArtifacts@1 inputs: