Skip to content

Commit 1ffb637

Browse files
committed
CI: add Windows Integration Tests for .NET
see sshnet#1702 (comment)
1 parent b199467 commit 1ffb637

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@ jobs:
139139
-p:CoverletOutput=..\..\coverlet\windows_integration_test_net_4_8_coverage.xml `
140140
test\Renci.SshNet.IntegrationTests\
141141

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+
142153
- name: Archive Coverlet Results
143154
uses: actions/upload-artifact@v4
144155
with:

0 commit comments

Comments
 (0)