Skip to content

Commit

Permalink
FIx yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoertgen committed Oct 23, 2018
1 parent 6b62258 commit 3665c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ cache:
build_script:
- cmd: dotnet test /v:m
- cmd: dotnet pack /v:m --configuration Release
- cmd: %COVERALLS% --opencover -i testresults\FluentAssertions.Autofac.Tests.Coverage.xml
- cmd: if "%APPVEYOR_REPO_TAG%" == "true" dotnet nuget push *.nupkg -k %NUGET_API_KEY% -s %NUGET_SOURCE%
- cmd: '%COVERALLS% --opencover -i testresults\FluentAssertions.Autofac.Tests.Coverage.xml'
- cmd: 'if "%APPVEYOR_REPO_TAG%" == "true" dotnet nuget push *.nupkg -k %NUGET_API_KEY% -s %NUGET_SOURCE%'

0 comments on commit 3665c26

Please sign in to comment.