[CDPx] update SDK, restore telemetry, build MSIX (#1358)

This commit is contained in:
Enrico Giordani
2020-02-24 23:49:28 +01:00
committed by GitHub
parent e3057b5e46
commit 74b076e31f
12 changed files with 155 additions and 20 deletions

View File

@@ -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