Skip to content

Commit b9dae95

Browse files
Build public redist for source-build (dotnet#44780)
1 parent 5bf4e36 commit b9dae95

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

eng/SourceBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!--
6969
Add the internal installers artifacts required by dotnet/installer.
7070
-->
71-
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore-runtime-internal-*.tar.gz" />
71+
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore-runtime-*.tar.gz" />
7272
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore_base_runtime.version" />
7373
</ItemGroup>
7474
</Target>

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
667667
WorkingDirectory="$(CompositeFrameworkLayoutRoot)" />
668668
</Target>
669669

670-
<!-- Redist tarball including the dotnet-runtime is not needed in source build -->
671670
<Target Name="_CreateRedistSharedFxArchive"
672-
Condition="'$(DotNetBuildFromSource)' != 'true'"
673671
Inputs="@(SharedFxContent)"
674672
Outputs="$(RedistArchiveOutputPath)">
675673
<Message Importance="High" Text="$(MSbuildProjectFile) -> $(RedistArchiveOutputPath)" />

0 commit comments

Comments
 (0)