mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
6 lines
236 B
Batchfile
6 lines
236 B
Batchfile
cd /D "%~dp0"
|
|
|
|
call nuget.exe restore -ConfigFile nuget.config 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
|