This commit is contained in:
Clint Rutkas 2020-10-28 17:22:42 -07:00
parent 2c916aa117
commit 5ee9af795f

View File

@ -75,7 +75,7 @@
<PropertyGroup>
<PreBuildEvent>IF NOT DEFINED IsPipeline (
call "$(DevEnvDir)\..\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0
call "$([MSBuild]::GetVsInstallRoot())\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0
SET PTRoot=..\..\..\..
call "..\..\publish.cmd"
)</PreBuildEvent>