mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +08:00
Shifting to MSBuild constant. https://github.com/dotnet/roslyn/pull/23977
This commit is contained in:
parent
2c916aa117
commit
5ee9af795f
@ -75,7 +75,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>IF NOT DEFINED IsPipeline (
|
<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=..\..\..\..
|
SET PTRoot=..\..\..\..
|
||||||
call "..\..\publish.cmd"
|
call "..\..\publish.cmd"
|
||||||
)</PreBuildEvent>
|
)</PreBuildEvent>
|
||||||
|
Loading…
Reference in New Issue
Block a user