Skip to content

Commit

Permalink
Revert "GetReferenceAssemblyPaths continues on error in design-time b…
Browse files Browse the repository at this point in the history
…uilds (#8660)"

This reverts commit 457218b.
  • Loading branch information
rainersigwald authored Apr 27, 2023
1 parent 0dbc421 commit ab31733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/Microsoft.Common.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
RootPath="$(TargetFrameworkRootPath)"
TargetFrameworkFallbackSearchPaths="$(TargetFrameworkFallbackSearchPaths)"
BypassFrameworkInstallChecks="$(BypassFrameworkInstallChecks)"
ContinueOnError="!$(BuildingProject)">
>
<Output TaskParameter="ReferenceAssemblyPaths" PropertyName="_TargetFrameworkDirectories"/>
<Output TaskParameter="FullFrameworkReferenceAssemblyPaths" PropertyName="_FullFrameworkReferenceAssemblyPaths"/>
<Output TaskParameter="TargetFrameworkMonikerDisplayName" PropertyName="TargetFrameworkMonikerDisplayName" Condition="'$(TargetFrameworkMonikerDisplayName)' == ''"/>
Expand Down

0 comments on commit ab31733

Please sign in to comment.