diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-03-27 20:51:54 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-03-27 20:51:54 -0700 |
commit | dba79320000f9934287d6cb5023f59e86696e8ac (patch) | |
tree | ea6e63b306c79010fb3194d83f88c5f9ee9b9267 /appveyor.yml | |
parent | 8b60bbdce428af065f5501fbedd3de3c426073e4 (diff) |
Fix AppVeyor build
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3f09dd9..b32d333 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ os: Visual Studio 2015 RC version: "{branch}-{build}" install: - - ps: (new-object net.webclient).DownloadFile('http://downloads.coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi') + - 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 |