From dda27e7255bcda6c70fa20d5592aa2ee72898325 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Wed, 27 Oct 2021 12:19:05 +0100 Subject: [PATCH] revert export sdk path. --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 200616842d..bc8d065137 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,20 +12,22 @@ jobs: displayName: 'Use .NET Core SDK 5.0.402' inputs: version: 5.0.402 + - task: CmdLine@2 displayName: 'Run Build' inputs: script: | - export PATH="`pwd`/sdk:$PATH" dotnet --info printenv ./build.sh --target CiAzureLinux --configuration=Release + - task: PublishTestResults@2 inputs: testResultsFormat: 'VSTest' testResultsFiles: '$(Build.SourcesDirectory)/artifacts/test-results/*.trx' condition: not(canceled()) + - job: macOS variables: SolutionDir: '$(Build.SourcesDirectory)' @@ -41,6 +43,7 @@ jobs: displayName: 'Use .NET Core SDK 5.0.402' inputs: version: 5.0.402 + - task: CmdLine@2 displayName: 'Install Mono 5.18' inputs: @@ -74,8 +77,6 @@ jobs: export DOTNET_CLI_TELEMETRY_OPTOUT=1 which dotnet dotnet --info - export PATH="`pwd`/sdk:$PATH" - dotnet --info printenv ./build.sh --target CiAzureOSX --configuration Release --skip-previewer