Skip to content

Commit c4910f0

Browse files
author
dse
committed
vswhere.exe tool now distributed with the pythonnet sources, dotnet-core-2.0-x86 installation step removed.
1 parent 4aa8b18 commit c4910f0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ init:
4242

4343
install:
4444
- pip install --upgrade -r requirements.txt --quiet
45-
- choco install vswhere -y
46-
- cmd: curl -O https://download.microsoft.com/download/5/6/B/56BFEF92-9045-4414-970C-AB31E0FC07EC/dotnet-runtime-2.0.0-win-x86.exe
47-
- cmd: dotnet-runtime-2.0.0-win-x86.exe /install /quiet /norestart /log install.log
4845

4946
# Install OpenCover. Can't put on `packages.config`, not Mono compatible
5047
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def _find_msbuild_tool_15(self):
369369
"""Return full path to one of the Microsoft build tools"""
370370
try:
371371
basePathes = subprocess.check_output(
372-
["vswhere", "-latest",
372+
["tools\\vswhere\\vswhere.exe", "-latest",
373373
"-version", "[15.0, 16.0)",
374374
"-requires", "Microsoft.Component.MSBuild",
375375
"-property", "InstallationPath"]).splitlines()

tools/vswhere/vswhere.exe

393 KB
Binary file not shown.

0 commit comments

Comments
 (0)