File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,6 +213,6 @@ artifacts/
213213* .csproj.bak
214214
215215# CodeCoverage
216- ** /CodeCoverage /*
216+ ** /CodeCoverage /OpenCover *
217217docs /
218218/Tocsoft.DateTimeAbstractions.Coverage.xml
Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ ECHO Building nuget packages
1010)
1111 if not " %errorlevel% " == " 0" goto failure
1212
13- dotnet test ./tests/Tocsoft.DateTimeAbstractions.Tests/Tocsoft.DateTimeAbstractions.Tests.csproj --no-build
14-
13+ if not " %CI% " == " True" (
14+ ECHO NOT on CI server running tests
15+ dotnet test ./tests/Tocsoft.DateTimeAbstractions.Tests/Tocsoft.DateTimeAbstractions.Tests.csproj -c Release --no-build
16+ )
17+ if not " %errorlevel% " == " 0" goto failure
1518
1619if not " %GitVersion_NuGetVersion% " == " " (
1720 dotnet pack ./src/Tocsoft.DateTimeAbstractions/ -c Release --output ../../artifacts --no-build /p:packageversion=%GitVersion_NuGetVersion%
You can’t perform that action at this time.
0 commit comments