diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64334d991a..7a54f397bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ jobs: - script: | dotnet --info + printenv ./build.sh --target "Azure-Linux" --configuration "Release" - job: macOS @@ -32,6 +33,7 @@ jobs: - script: | dotnet --info + printenv ./build.sh --target "Azure-OSX" --configuration "Release" - job: Windows