diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 442ad55ab2..cead0ee887 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -185,6 +185,8 @@ extends: -performanceTest name: Test displayName: Test + env: + DOTNET_ROOT: $(Build.SourcesDirectory)/.dotnet # This step is only helpful for diagnosing some issues with vstest/test host that would not appear # through the console or trx @@ -239,6 +241,8 @@ extends: --performanceTest name: Test displayName: Test + env: + DOTNET_ROOT: $(Build.SourcesDirectory)/.dotnet # This step is only helpful for diagnosing some issues with vstest/test host that would not appear # through the console or trx diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 541b35ce34..12258ef7b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,6 +115,8 @@ stages: /bl:$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Test.binlog name: Test displayName: Test + env: + DOTNET_ROOT: $(Build.SourcesDirectory)/.dotnet # This step is only helpful for diagnosing some issues with vstest/test host that would not appear # through the console or trx @@ -189,6 +191,8 @@ stages: --performanceTest name: Test displayName: Test + env: + DOTNET_ROOT: $(Build.SourcesDirectory)/.dotnet # This step is only helpful for diagnosing some issues with vstest/test host that would not appear # through the console or trx diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 026fc232e1..71f7f04a6f 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -8,7 +8,7 @@ This file should be imported by eng/Versions.props 18.0.6 - 0.2.0-preview.25479.115 + 0.2.0-preview.26077.113 6.0.2 4.5.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9139b7d8e..f572c52b73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,14 +1,14 @@ - + https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage 957aa737e42290c129a620df7129f03189743dd1 - + https://github.com/dotnet/dotnet - e72b5bbe719d747036ce9c36582a205df9f1c361 + 74dc6e4ed64cc0255a6be520761a857dda273863 diff --git a/global.json b/global.json index 5ebef2be03..bc2eb8ed78 100644 --- a/global.json +++ b/global.json @@ -18,8 +18,8 @@ "5.0.17", "6.0.32", "7.0.20", - "8.0.7", - "9.0.5" + "8.0.23", + "9.0.12" ], "dotnet/x86": [ "2.1.30", @@ -27,8 +27,8 @@ "5.0.17", "6.0.32", "7.0.20", - "8.0.7", - "9.0.5" + "8.0.23", + "9.0.12" ] }, "vs": {