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:
authorAnton Lapounov <antonl@microsoft.com>2021-03-15 00:48:27 +0300
committerGitHub <noreply@github.com>2021-03-15 00:48:27 +0300
commitc156959c33e48651b4ebfb51c64de510aadfefb3 (patch)
tree9b0627726823d68a72a411844c4ab96d26aae572 /src/coreclr/crossgen-corelib.proj
parentf7a3190905377d4c4f7b1b8f94a72d040850df9a (diff)
Consolidate VS detection logic (#49593)
Diffstat (limited to 'src/coreclr/crossgen-corelib.proj')
-rw-r--r--src/coreclr/crossgen-corelib.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/crossgen-corelib.proj b/src/coreclr/crossgen-corelib.proj
index 8687641d086..b2a1848ed51 100644
--- a/src/coreclr/crossgen-corelib.proj
+++ b/src/coreclr/crossgen-corelib.proj
@@ -88,7 +88,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(UseCrossgen2)' != 'true'">
- <VsSetupCmd>call $([MSBuild]::NormalizePath('$(RepoRoot)', 'src', 'coreclr', 'setup_vs_tools.cmd')) &amp;&amp;</VsSetupCmd>
+ <VsSetupCmd>call $([MSBuild]::NormalizePath('$(RepoRoot)', 'eng', 'native', 'init-vs-env.cmd')) &amp;&amp;</VsSetupCmd>
<CrossGenDllCmd>$(CrossGen1Cmd) /out "$(CoreLibOutputPath)"</CrossGenDllCmd>
<CrossGenDllCmd>$(CrossGenDllCmd) "$(CoreLibInputPath)"</CrossGenDllCmd>