You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix nuget package (vstest dependencies)
* remove unnecessary version strings
* create binlog for test
* update build pipeline steps
* fix typo
* Update publish-coverage-results.yml
remove comment
* fix classfilter
* define more versions for packages with dependencies
* run specific test projects
Copy file name to clipboardExpand all lines: Directory.Build.props
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,18 @@
35
35
<VSTestLogger>@(VSTestLogger)</VSTestLogger>
36
36
</PropertyGroup>
37
37
38
+
<PropertyGroup>
39
+
<!--
40
+
Do not change versions since we need to support VSTest DataCollectors. We need to load assembly version 1.6.0 to properly work
41
+
We can check minimum supported package version here https://github.com/Microsoft/vstest/blob/master/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj#L34
Copy file name to clipboardExpand all lines: Directory.Packages.props
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@
31
31
vstest 17.8 version
32
32
NuGetFrameworksVersion is defined here https://github.com/microsoft/vstest/blob/9a0c41811637edf4afe0e265e08fdd1cb18109ed/eng/Versions.props#L94C1-L94C1
Copy file name to clipboardExpand all lines: src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
If you are packing with NuGet's MSBuild Pack target, you can set <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> in any PropertyGroup in your project file.
0 commit comments