Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2020-02-06 21:19:53 +0300
committerGitHub <noreply@github.com>2020-02-06 21:19:53 +0300
commit719d627a9e79ad9ed0255f1c6be1fc49cdffc88a (patch)
tree77bc9d4fbffed87e30bc28db71722e884bee0c73 /eng/build.ps1
parent90a2d8773d05a2929901328d98e7ee3b12b0642b (diff)
Enable .NET Framework F5 & VS TestExplorer support for libraries (#31873)
* Enable .NET Framework F5 & TestExplorer Adding a launchSettings profile to enable .NET Framework F5 scenarios. Also setting the DEVPATH variable for the -vs hook to use the locally built .NET Framework runtime. * Set DEVPATH env in F5
Diffstat (limited to 'eng/build.ps1')
-rw-r--r--eng/build.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/build.ps1 b/eng/build.ps1
index c3109d07b60..81c417a34e7 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -85,6 +85,7 @@ if ($vs) {
# This tells .NET Core to use the same dotnet.exe that build scripts use
$env:DOTNET_ROOT="$PSScriptRoot\..\artifacts\bin\testhost\netcoreapp5.0-Windows_NT-$configuration-$archTestHost";
+ $env:DEVPATH="$PSScriptRoot\..\artifacts\bin\testhost\net472-Windows_NT-$configuration-$archTestHost";
}
# This tells MSBuild to load the SDK from the directory of the bootstrapped SDK