Skip to content

Commit e077b93

Browse files
committed
Remove non-needed ExcludeFromSourceBuild switch
Projects that offer a .NETFramework TFM only are already automatically removed by arcade's TFM filtering that is enabled for source-build.
1 parent f41b84b commit e077b93

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>net472</TargetFramework>
66
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
7-
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
87
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
98

109
<!-- NuGet: Using an explicit nuspec file to customize TFM directory -->

src/SourceLink.AzureRepos.Tfvc/Microsoft.SourceLink.AzureRepos.Tfvc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>net472</TargetFramework>
66
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
7-
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
87
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
98

109
<!-- Using an explicit nuspec file due to https://github.com/NuGet/Home/issues/6754 -->

0 commit comments

Comments
 (0)