We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e98fd2 commit e96adaaCopy full SHA for e96adaa
Build/build-functions.psm1
@@ -7,7 +7,7 @@ $nuget = "$root\Tools\NuGet.exe"
7
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
8
$msbuild = & $vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath
9
if ($msbuild) {
10
- $msbuild = join-path $msbuild 'MSBuild\Current\Bin\MSBuild.exe'
+ $msbuild = join-path $msbuild 'MSBuild\15.0\Bin\MSBuild.exe'
11
}
12
13
function Remove-ArtifactsDir {
appveyor.yml
@@ -1,5 +1,5 @@
1
version: '{build}'
2
-image: Visual Studio 2019
+image: Visual Studio 2017
3
4
# Don't build PR commits twice
5
skip_branch_with_pr: true
0 commit comments