Oren Novotny 8 år sedan
förälder
incheckning
8e570f5343
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Rx.NET/Source/build-new.ps1

+ 1 - 1
Rx.NET/Source/build-new.ps1

@@ -130,7 +130,7 @@ if ($LastExitCode -ne 0) {
 # Either display or publish the results
 if ($env:CI -eq 'True')
 {
-  .\packages\coveralls.io.dotcover\tools\coveralls.net.exe  -p DotCover "$outputFile"
+  .\packages\coveralls.io.dotcover\tools\coveralls.net.exe -f -p DotCover "$outputFile"
 }
 else
 {