mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-08 01:52:52 +08:00
making dev env call vs hardcoded path
This commit is contained in:
parent
8f12973c84
commit
2c916aa117
@ -74,7 +74,8 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>IF NOT DEFINED IsPipeline (
|
<PreBuildEvent>IF NOT DEFINED IsPipeline (
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0
|
|
||||||
|
call "$(DevEnvDir)\..\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