mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 02:09:24 +08:00
7 lines
199 B
Batchfile
7 lines
199 B
Batchfile
|
cd /D "%~dp0"
|
||
|
|
||
|
set PROJECT="..\src\modules\fancyzones\editor\FancyZonesEditor\FancyZonesEditor.csproj"
|
||
|
set TELEMETRY_PKG="Microsoft.PowerToys.Telemetry"
|
||
|
|
||
|
dotnet add %PROJECT% package %TELEMETRY_PKG%
|