File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/xunit.runner.visualstudio Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
<Nerdbank_GitVersioning_Version >3.7.115</Nerdbank_GitVersioning_Version >
11
11
<NSubstitute_Version >5.3.0</NSubstitute_Version >
12
12
<TunnelVisionLabs_ReferenceAssemblyAnnotator_Version >1.0.0-alpha.160</TunnelVisionLabs_ReferenceAssemblyAnnotator_Version >
13
- <xunit_analyzers_Version >1.24.0-pre.10 </xunit_analyzers_Version >
14
- <xunit_v3_Version >3.0.1-pre.12 </xunit_v3_Version >
13
+ <xunit_analyzers_Version >1.24.0</xunit_analyzers_Version >
14
+ <xunit_v3_Version >3.0.1</xunit_v3_Version >
15
15
<xunit_Version >2.9.3</xunit_Version >
16
16
</PropertyGroup >
17
17
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ async Task<bool> DiscoverTestsInAssembly<TVisitor>(
268
268
Assembly = assembly ,
269
269
DiscoveryOptions = discoveryOptions ,
270
270
ShadowCopy = assembly . Configuration . ShadowCopyOrDefault ,
271
+ UniqueID = controller . TestAssemblyUniqueID ,
271
272
} ) ;
272
273
273
274
try
@@ -286,6 +287,7 @@ async Task<bool> DiscoverTestsInAssembly<TVisitor>(
286
287
Assembly = assembly ,
287
288
DiscoveryOptions = discoveryOptions ,
288
289
TestCasesToRun = totalTests ,
290
+ UniqueID = controller . TestAssemblyUniqueID ,
289
291
} ) ;
290
292
}
291
293
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 3.1.4-pre.{height} " ,
3
+ "version" : " 3.1.4" ,
4
4
"nuGetPackageVersion" : {
5
5
"semVer" : 2.0
6
6
},
You can’t perform that action at this time.
0 commit comments