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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-08-18 02:11:41 +0300
committerGitHub <noreply@github.com>2017-08-18 02:11:41 +0300
commit5ef8e68120fe5749f6ff4c4234de1fb31e37e34f (patch)
treebc407cb89028762cc956b3acfe1da0fe3b450421 /Documentation
parent8147fa62cc8bf407b6970e783020423e9363e35c (diff)
Update VS2017 detection logic to match corefx (#4341)
Manually running "Developer Command Prompt for VS 2017" is no longer necessary.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
index 0642f8c3b..cb3b5d3ad 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
@@ -8,8 +8,6 @@ Build your repo by issuing the following command at repo root:
build[.cmd|.sh] clean [Debug|Release]
```
-If you're using Visual Studio 2017, you need to run the above command from the "Developer Command Prompt for VS 2017". Visual Studio setup puts a shortcut to this in the Start menu.
-
This will result in the following:
- Restore nuget packages required for building