We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31954f8 commit 87135a5Copy full SHA for 87135a5
appveyor.yml
@@ -7,6 +7,6 @@ build_script:
7
- dotnet msbuild build.proj /p:Configuration=%CONFIGURATION%
8
test_script:
9
- ps: if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
10
- - cmd: '%USERPROFILE%\.nuget\packages\coveralls.net\0.7.0\tools\csmacnz.Coveralls.exe --opencover -i test\coverlet.core.tests\coverage.xml --useRelativePaths'
+ - cmd: IF "%CONFIGURATION%"=="Release" ( %USERPROFILE%\.nuget\packages\coveralls.net\0.7.0\tools\csmacnz.Coveralls.exe --opencover -i test\coverlet.core.tests\coverage.xml --useRelativePaths )
11
cache:
12
- '%USERPROFILE%\.nuget\packages'
0 commit comments