Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
<IsWpfTempProject Condition="$(MSBuildProjectName.EndsWith('_wpftmp'))">true</IsWpfTempProject>
</PropertyGroup>

<!--
Public signing (as performed under DotNetBuildSourceOnly) fails with the F# compiler.
https://github.com/dotnet/fsharp/issues/17451
-->
<PropertyGroup Condition=" '$(DotNetBuildSourceOnly)' == 'true' and '$(MSBuildProjectExtension)' == '.fsproj' ">
<SignAssembly>false</SignAssembly>
</PropertyGroup>

<!--
WPF temp-projects do not import .props and .targets files from NuGet packages.
(see https://github.com/dotnet/sourcelink/issues/91).
Expand Down
Loading