We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede868e commit c6d3c0cCopy full SHA for c6d3c0c
test.sh
@@ -23,13 +23,5 @@ dotnet reportgenerator -reports:MoreLinq.Test/TestResults/coverage-*.opencover.x
23
-reporttypes:Html\;TextSummary \
24
-targetdir:MoreLinq.Test/TestResults/reports
25
cat MoreLinq.Test/TestResults/reports/Summary.txt
26
-if [[ -z `which mono 2>/dev/null` ]]; then
27
- echo>&2 NOTE! Mono does not appear to be installed so unit tests
28
- echo>&2 against the Mono runtime will be skipped.
29
-else
30
- for c in $configs; do
31
- mono MoreLinq.Test/bin/$c/net471/MoreLinq.Test.exe
32
- done
33
-fi
34
dotnet publish MoreLinq.Test.Aot
35
"$(find MoreLinq.Test.Aot -type d -name publish)/MoreLinq.Test.Aot"
0 commit comments