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
Copy file name to clipboardExpand all lines: src/coverlet.console/Program.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,12 @@ public static async Task<int> Main(string[] args)
53
53
newOption<bool>("--use-source-link","Specifies whether to use SourceLink URIs in place of file system paths."){Arity=ArgumentArity.Zero},
54
54
newOption<string[]>("--does-not-return-attribute","Attributes that mark methods that do not return"){Arity=ArgumentArity.ZeroOrMore},
55
55
newOption<string>("--exclude-assemblies-without-sources","Specifies behaviour of heuristic to ignore assemblies with missing source documents."){Arity=ArgumentArity.ZeroOrOne}
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
@@ -1,4 +1,4 @@
1
-
<ProjectSdk="Microsoft.NET.Sdk">
1
+
<ProjectSdk="Microsoft.NET.Sdk">
2
2
3
3
<PropertyGroup>
4
4
<OutputType>Library</OutputType>
@@ -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