Skip to content

Commit

Permalink
Remove workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Jun 2, 2020
1 parent 6a06840 commit 3aacc21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
8 changes: 0 additions & 8 deletions NuGet.config

This file was deleted.

10 changes: 1 addition & 9 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<!-- Workaround. Remove once we're on 3.1.300+
https://github.com/dotnet/sourcelink/issues/572 -->
<Project>
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>


<Target Name="CoverletGetPathMap"
DependsOnTargets="InitializeSourceRootMappedPaths"
Returns="@(_LocalTopLevelSourceRoot)"
Expand Down
1 change: 0 additions & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3aacc21

Please sign in to comment.