mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
[CDPx] remove nuget.config and update restore script (#1370)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cd /D "%~dp0"
|
||||
|
||||
call nuget.exe restore -ConfigFile nuget.config packages.config || exit /b 1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user