add local buil script

This commit is contained in:
bao-qian 2017-03-06 01:04:51 +00:00
parent ccb7e5270c
commit cec3d986a7

4
Deploy/local_build.ps1 Normal file
View file

@ -0,0 +1,4 @@
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