mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[CDPx] update SDK, restore telemetry, build MSIX (#1358)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
cd /D "%~dp0"
|
||||
|
||||
set PROJECT="..\src\modules\fancyzones\editor\FancyZonesEditor\FancyZonesEditor.csproj"
|
||||
set TELEMETRY_PKG="Microsoft.PowerToys.Telemetry"
|
||||
call nuget.exe restore -ConfigFile nuget.config packages.config || exit /b 1
|
||||
|
||||
dotnet add %PROJECT% package %TELEMETRY_PKG%
|
||||
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