Skip to content

Commit

Permalink
Winpath
Browse files Browse the repository at this point in the history
  • Loading branch information
serialseb committed Feb 27, 2017
1 parent 6c6b700 commit 55e8147
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ install:
- ps: build/Set-Version.ps1

before_build:
- nuget restore src\ConsulStructure.sln
- nuget restore src/ConsulStructure.sln

build:
parallel: true
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
project: $env:APPVEYOR_BUILD_FOLDER\src\ConsulStructure.sln
project: src/ConsulStructure.sln

build_script:
- ps: echo (get-location)
- ps: build\Build-Solution.ps1
- ps: build/Build-Solution.ps1

after_build:
- ps: build\Pubish-Coverity.ps1
- ps: build\Create-Package.ps1
- ps: build/Publish-Coverity.ps1
- ps: build/Create-Package.ps1
artifacts:
- path: src\openrasta\bin\$(configuration)\*.dll
- path: src/openrasta/bin/$(configuration)/*.dll
name: dlls
- path: src\openrasta\bin\$(configuration)\*.pdb
- path: src/openrasta/bin/$(configuration)/*.pdb
name: pdbs
- path: '*.nupkg'
- path: opencoverCoverage.xml
- path: coverity.zip
name: Coverity Build

test_script:
- ps: build\Test-Code.ps1
- ps: build/Test-Code.ps1

0 comments on commit 55e8147

Please sign in to comment.