diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-19 22:33:58 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-20 21:11:35 -0700 |
commit | d2b0328198b9885a4e3d66115995ba30061c1ef3 (patch) | |
tree | a7195b9044990b1f2af97af3e825c0bc4fafbf76 /appveyor.yml | |
parent | 7d651ac3b6c00347014033b8afd89bffe61c6830 (diff) |
Remove CoApp msi installation
We build NuGet package manually now so we don't need CoApp.
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 } |