浏览代码

send sources

Oren Novotny 8 年之前
父节点
当前提交
8e570f5343
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 # Either display or publish the results
 if ($env:CI -eq 'True')
 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
 else
 {
 {