Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drawaes committed Mar 3, 2017
1 parent 921217f commit 65c0815
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sonarkey:
secure: dqF6V11A7InHKcyOX6WDGE3oA54yZQm0r9VLio85ndCn2B8d9zVI2mJ3lQdDzO3o
COVERALLS_REPO_TOKEN:
secure: x41DSerLXKgGVbKIokF+zuR3eNRVJXsgJA6j5yggnCB8/TTyYfa/2euNflfGzCot
secure: x41DSerLXKgGVbKIokF+zuR3eNRVJXsgJA6j5yggnCB8/TTyYfa/2euNflfGzCot

install:
- cmd: curl -fsS -o consul.zip https://releases.hashicorp.com/consul/0.7.2/consul_0.7.2_windows_amd64.zip
Expand All @@ -27,12 +27,12 @@ after_test:
- ps: iex ((Get-ChildItem ($env:USERPROFILE + '\.nuget\packages\OpenCover'))[0].FullName + '\tools\OpenCover.Console.exe' + ' -register:user -target:".\script\runtests.bat" -searchdirs:"..\test\Condenser.Tests.Integration\bin\Debug\netcoreapp1.1;..\test\CondenserTests\bin\debug\netcoreapp1.1" -oldstyle -output:coverage.xml -skipautoprops -returntargetcode -filter:"+[Condenser*]* -[*Test*]*"')
- ps: iex ((Get-ChildItem ($env:USERPROFILE + '\.nuget\packages\coveralls.io'))[0].FullName + '\tools\coveralls.net.exe' + ' --opencover coverage.xml')
- dotnet build -c Release
- dotnet pack -c Release src/CondenserDotNet.Client --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.Server --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.Core --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.Configuration --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.ProtocolSwitcher --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.Server.WindowsAuthentication --version-suffix $env:suffix
- dotnet pack -c Release src/CondenserDotNet.Client --version-suffix %suffix%
- dotnet pack -c Release src/CondenserDotNet.Server --version-suffix %suffix%
- dotnet pack -c Release src/CondenserDotNet.Core --version-suffix %suffix%
- dotnet pack -c Release src/CondenserDotNet.Configuration --version-suffix %suffix%
- dotnet pack -c Release src/CondenserDotNet.ProtocolSwitcher --version-suffix %suffix%
- dotnet pack -c Release src/CondenserDotNet.Server.WindowsAuthentication --version-suffix %suffix%

artifacts:
path: '**/*.nupkg'
Expand Down

0 comments on commit 65c0815

Please sign in to comment.