Fix AppVeyor build
This commit is contained in:
parent
8b60bbdce4
commit
dba7932000
@ -2,7 +2,7 @@ os: Visual Studio 2015 RC
|
|||||||
version: "{branch}-{build}"
|
version: "{branch}-{build}"
|
||||||
|
|
||||||
install:
|
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: 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: $env:PSModulePath = $env:PSModulePath + ';C:\Program Files (x86)\Outercurve Foundation\Modules'
|
||||||
- ps: Import-Module CoApp
|
- ps: Import-Module CoApp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user