From f339447de0178b79a753917dbad653d36508413e Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 21 Oct 2018 20:34:48 +0100 Subject: [PATCH] fix windows build? --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a06c888ac..8a0b9fc731 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ jobs: set DOTNET_CLI_TELEMETRY_OPTOUT=1 where dotnet dotnet --info - .\build.ps1 --target "Azure-Linux" --configuration "Release" + build.ps1 --target "Azure-Linux" --configuration "Release" - task: PublishBuildArtifacts@1 inputs: pathToPublish: artifacts/ \ No newline at end of file