mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-01 01:49:06 +08:00
6 lines
232 B
Batchfile
6 lines
232 B
Batchfile
cd /D "%~dp0"
|
|
|
|
call nuget.exe restore -PackagesDirectory . packages.config || exit /b 1
|
|
|
|
move /Y "Microsoft.PowerToys.Telemetry.1.0.0\build\include\TraceLoggingDefines.h" "..\src\common\Telemetry\TraceLoggingDefines.h" || exit /b 1
|