mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
4 lines
184 B
PowerShell
4 lines
184 B
PowerShell
New-Alias nuget.exe ".\packages\NuGet.CommandLine.*\tools\NuGet.exe"
|
|
$env:APPVEYOR_BUILD_FOLDER = Convert-Path .
|
|
$env:APPVEYOR_BUILD_VERSION = "1.2.0"
|
|
& .\Deploy\squirrel_installer.ps1 |