Browse Source

fix windows build?

pull/1992/head
Dan Walmsley 8 years ago
parent
commit
f339447de0
  1. 2
      azure-pipelines.yml

2
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/
Loading…
Cancel
Save