PowerToys/Deploy/local_build.ps1
2017-03-14 00:45:41 +00:00

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