diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf31ff2a8d..d3f700245f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,12 +17,13 @@ steps: inputs: version: '2.1.401' - script: | - brew install castxml - export COREHOST_TRACE=0 - export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 - export DOTNET_CLI_TELEMETRY_OPTOUT=1 - which dotnet - dotnet --info - dotnet tool install -g Cake.Tool --version 0.30.0 - export PATH="$PATH:$HOME/.dotnet/tools" - dotnet cake build.cake -Target="Azure" -Platform="Any CPU" -Configuration="Release" + ls ./build + #brew install castxml + #export COREHOST_TRACE=0 + #export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 + #export DOTNET_CLI_TELEMETRY_OPTOUT=1 + #which dotnet + #dotnet --info + #dotnet tool install -g Cake.Tool --version 0.30.0 + #export PATH="$PATH:$HOME/.dotnet/tools" + #dotnet cake build.cake -Target="Azure" -Platform="Any CPU" -Configuration="Release"