Skip to content

Commit

Permalink
Merge pull request #105 from tmat/TFAttribute
Browse files Browse the repository at this point in the history
Adds workaround for dotnet/msbuild#1479
  • Loading branch information
tmat committed Nov 28, 2017
2 parents b2bdaef + 439136a commit 0fd15ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdks/RepoToolset/tools/Workarounds.targets
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
</PropertyGroup>
</Target>

<!--
Workaround for a race condition https://github.com/Microsoft/msbuild/issues/1479.
-->
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$(IntermediateOutputPath)$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>

<!-- Portable PDBs are not included by default -->
<PropertyGroup Condition="'$(DebugType)' == 'portable'">
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit 0fd15ab

Please sign in to comment.