|
1 | 1 | #---------------------------------# |
2 | 2 | # environment configuration # |
3 | 3 | #---------------------------------# |
4 | | -version:1.0.0.{build} |
| 4 | +version:0.9.0.{build} |
5 | 5 | image:WMF 5 |
6 | 6 |
|
7 | 7 | #---------------------------------# |
@@ -35,8 +35,7 @@ build_script: |
35 | 35 | Write-Host "Repo : $env:APPVEYOR_REPO_NAME" |
36 | 36 | Write-Host "Running Build.ps1..." -ForegroundColor Yellow |
37 | 37 | . .\Build.ps1 |
38 | | - -cd ..\Build\ExchangeTrackingGUI |
39 | | - -ps:| |
| 38 | + Set-Locaton ..\Build\ExchangeTrackingGUI |
40 | 39 | Import-Module -Name .\ExchangeTrackingGUI.psm1 |
41 | 40 | Write-Host "...completed!" -ForegroundColor Green |
42 | 41 |
|
|