File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 68
68
<!--
69
69
Add the internal installers artifacts required by dotnet/installer.
70
70
-->
71
- <IntermediateNupkgArtifactFile Include =" $(InstallersArtifactsDir)aspnetcore-runtime-internal- *.tar.gz" />
71
+ <IntermediateNupkgArtifactFile Include =" $(InstallersArtifactsDir)aspnetcore-runtime-*.tar.gz" />
72
72
<IntermediateNupkgArtifactFile Include =" $(InstallersArtifactsDir)aspnetcore_base_runtime.version" />
73
73
</ItemGroup >
74
74
</Target >
Original file line number Diff line number Diff line change @@ -667,9 +667,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
667
667
WorkingDirectory =" $(CompositeFrameworkLayoutRoot)" />
668
668
</Target >
669
669
670
- <!-- Redist tarball including the dotnet-runtime is not needed in source build -->
671
670
<Target Name =" _CreateRedistSharedFxArchive"
672
- Condition =" '$(DotNetBuildFromSource)' != 'true'"
673
671
Inputs =" @(SharedFxContent)"
674
672
Outputs =" $(RedistArchiveOutputPath)" >
675
673
<Message Importance =" High" Text =" $(MSbuildProjectFile) -> $(RedistArchiveOutputPath)" />
You can’t perform that action at this time.
0 commit comments