Skip to content

Commit

Permalink
Updated appveyor configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Nov 30, 2018
1 parent a686339 commit 8a212f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build:
verbosity: minimal
test: off
artifacts:
- path: bin/$(configuration)/plugins/*.*
- path: bin/$(configuration)/plugins/*.plugin.*
name: myartifact
before_deploy:
- ps: ./appveyor-deploy.ps1
Expand Down
10 changes: 6 additions & 4 deletions update-externals.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ $env:elskomnewpth = Join-Path (Get-Location) Els_kom_new
if(!(Test-Path -Path $env:elskomnewpth))
{
git clone -q https://github.com/Elskom/Els_kom_new.git --recursive
Set-Location -Path Els_kom_new/PCbuild
Set-Location -Path Els_kom_new
nuget restore
msbuild pcbuild.sln /nologo /verbosity:m /m
Set-Location -Path ../..
Set-Location -Path ../
}
else
{
Set-Location -Path Els_kom_new/PCbuild
Set-Location -Path Els_kom_new
git reset -q --hard
git pull -q
nuget restore
msbuild pcbuild.sln /nologo /verbosity:m /m
Set-Location -Path ../..
Set-Location -Path ../
}
Set-Location -Path ..
nuget restore

0 comments on commit 8a212f7

Please sign in to comment.