Skip to content

Commit 42e0b28

Browse files
committed
Merge branch 'DisableRefPackBuild' of https://github.com/aspnet/aspnetcore into DisableRefPackBuild
2 parents cbb7bf2 + 2c351fe commit 42e0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
7878
</BuildDependsOn>
7979

8080
<!-- No-op when in source build -->
81-
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' != 'false' or '$(DotNetBuildFromSource)' == 'true'"/>
81+
<BuildDependsOn Condition="'$(IsTargetingPackBuilding)' == 'false'"/>
8282
</PropertyGroup>
8383

8484
<!-- Override the default MSBuild targets so that nothing is returned from the project since it represents a collection of assemblies. -->

0 commit comments

Comments
 (0)