Skip to content

Commit

Permalink
switch version of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed May 24, 2018
1 parent b7965d6 commit c65255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: off
install:
- ps: Update-AppveyorBuild -Version "$env:PACKAGE_VERSION"
- ps: dotnet restore /p:Version="$Env:APPVEYOR_BUILD_VERSION"
- ps: nuget install coveralls.net -Version 1.0.0-beta0003 -OutputDirectory tools -ExcludeVersion
- ps: nuget install coveralls.net -Version 0.7.0 -OutputDirectory tools -ExcludeVersion

build_script:
- ps: dotnet build -c "$Env:CONFIGURATION" /p:Version="$Env:APPVEYOR_BUILD_VERSION"
Expand Down

0 comments on commit c65255f

Please sign in to comment.