Skip to content

Commit 3be4540

Browse files
committed
x
1 parent b34dbb2 commit 3be4540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
-f net48 `
135135
--logger "console;verbosity=detailed" `
136136
--logger GitHubActions `
137-
--filter "Name~ConnectivityTests" `
137+
--filter "FullyQualifiedName~ConnectivityTests" `
138138
-p:CollectCoverage=true `
139139
-p:CoverletOutputFormat=cobertura `
140140
-p:CoverletOutput=..\..\coverlet\windows_integration_test_net_4_8_coverage.xml `
@@ -146,7 +146,7 @@ jobs:
146146
-f net9.0 `
147147
--logger "console;verbosity=detailed" `
148148
--logger GitHubActions `
149-
--filter "Name~ConnectivityTests" `
149+
--filter "FullyQualifiedName~ConnectivityTests" `
150150
-p:CollectCoverage=true `
151151
-p:CoverletOutputFormat=cobertura `
152152
-p:CoverletOutput=..\..\coverlet\windows_integration_test_net_9_coverage.xml `

0 commit comments

Comments
 (0)