File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,20 @@ jobs:
107107 -p:CoverletOutput=../../coverlet/windows_unit_test_net_4_6_2_coverage.xml `
108108 test/Renci.SshNet.Tests/
109109
110+ Windows-Integration-Tests :
111+ name : Windows Integration Tests
112+ runs-on : windows-2025
113+ steps :
114+ - name : Checkout
115+ uses : actions/checkout@v4
116+ with :
117+ fetch-depth : 0 # needed for Nerdbank.GitVersioning
118+
119+ - name : Setup .NET
120+ uses : actions/setup-dotnet@v4
121+ with :
122+ dotnet-version : 9.0.x
123+
110124 - name : Setup WSL2
111125 uses : Vampire/setup-wsl@v5
112126 with :
@@ -124,7 +138,6 @@ jobs:
124138 run :
125139 dotnet test `
126140 -f net48 `
127- --no-build `
128141 --logger "console;verbosity=normal" `
129142 --logger GitHubActions `
130143 -p:CollectCoverage=true `
You can’t perform that action at this time.
0 commit comments