diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-20 21:32:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 21:32:11 -0700 |
commit | 94ef7b3a033825c4bc3d3578b55f2349182745f0 (patch) | |
tree | 38885fd4db1420f83c9e155ece2e479092adce5c /appveyor.yml | |
parent | 208e2cf0432a0f2865a225a9dc51917191c6cd04 (diff) | |
parent | 88d43a7ebc01a2fac86e7c0d9a53ef56a684ad86 (diff) |
Merge pull request #151 from zeux/nuget
Rework NuGet package building
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index 51adf2e..efae639 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,12 +4,6 @@ image: version: "{branch}-{build}" -install: - - ps: (new-object net.webclient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi') - - ps: Start-Process -FilePath msiexec -ArgumentList /i, 'C:\CoApp.Tools.Powershell.msi', /quiet -Wait - - ps: $env:PSModulePath = $env:PSModulePath + ';C:\Program Files (x86)\Outercurve Foundation\Modules' - - ps: Import-Module CoApp - build_script: - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\scripts\nuget_build.ps1 } |