File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 28
28
- sh : echo "Run integration tests"
29
29
- sh : dotnet test -f net8.0 -c Debug --no-restore --no-build --results-directory artifacts --logger Appveyor --logger "console;verbosity=normal" --logger "liquid.md;LogFileName=linux_integration_test_net_8_report.md" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=../../artifacts/linux_integration_test_net_8_coverage.xml test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj
30
30
31
- # on_failure:
32
- # - sh: appveyor PushArtifact artifacts/tcpdump.pcap
33
-
34
31
-
35
32
matrix :
36
33
only :
52
49
- ps : echo "Run unit tests for .NET Framework 4.6.2"
53
50
- ps : dotnet test -f net462 -c Debug --no-restore --no-build --results-directory artifacts --logger Appveyor --logger "console;verbosity=normal" --logger "liquid.md;LogFileName=windows_unit_test_net_4_6_2_report.md" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=../../artifacts/windows_unit_test_net_4_6_2_coverage.xml test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj
54
51
55
- # on_failure:
56
- # - ps: Push-AppveyorArtifact artifacts/tcpdump.pcap
57
-
58
52
artifacts :
59
- - path : ' src\**\*.nupkg'
60
- - path : ' src\**\*.snupkg'
61
53
- path : artifacts
62
54
name : artifacts
You can’t perform that action at this time.
0 commit comments