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 b199467 commit 1ffb637Copy full SHA for 1ffb637
.github/workflows/build.yml
@@ -139,6 +139,17 @@ jobs:
139
-p:CoverletOutput=..\..\coverlet\windows_integration_test_net_4_8_coverage.xml `
140
test\Renci.SshNet.IntegrationTests\
141
142
+ - name: Run Integration Tests .NET
143
+ run:
144
+ dotnet test `
145
+ -f net9.0 `
146
+ --logger "console;verbosity=normal" `
147
+ --logger GitHubActions `
148
+ -p:CollectCoverage=true `
149
+ -p:CoverletOutputFormat=cobertura `
150
+ -p:CoverletOutput=..\..\coverlet\windows_integration_test_net_9_coverage.xml `
151
+ test\Renci.SshNet.IntegrationTests\
152
+
153
- name: Archive Coverlet Results
154
uses: actions/upload-artifact@v4
155
with:
0 commit comments