File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 3232 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.rpm" UploadPathSegment =" Runtime" />
3333 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.tar.gz" UploadPathSegment =" Runtime" />
3434 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.version" UploadPathSegment =" Runtime"
35- Condition =" '$(PublishInstallerBaseVersion)' == 'true' " />
35+ Condition =" '$(PublishInstallerBaseVersion)' == 'true' or '$(DotNetBuildRepo)' == 'true' " />
3636 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.wixlib" UploadPathSegment =" Runtime" />
3737 <_InstallersToPublish Include =" $(ArtifactsDir)installers\**\*.zip" UploadPathSegment =" Runtime" />
3838 <!-- Remove wixpacks if not doing post-build signing, since they are not needed -->
3939 <_InstallersToPublish Remove =" @(WixPacksToPublish)" Condition =" '$(PostBuildSign)' != 'true'" />
4040 <_ChecksumsToPublish Include =" $(ArtifactsDir)installers\**\*.sha512" />
41- <!-- Version file, for VMR build -->
42- <_VersionFileToPublish Include =" $(ArtifactsDir)installers\**\aspnetcore_base_runtime.version" UploadPathSegment =" Runtime" Condition =" '$(DotNetBuildRepo)' == 'true'" />
4341 </ItemGroup >
4442
4543 <Target
7472 <RelativeBlobPath >$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath >
7573 </ItemsToPushToBlobFeed >
7674
77- <ItemsToPushToBlobFeed Include =" @(_VersionFileToPublish)" >
78- <ManifestArtifactData >NonShipping=true</ManifestArtifactData >
79- <PublishFlatContainer >true</PublishFlatContainer >
80- <RelativeBlobPath >$(_UploadPathRoot)/Runtime/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath >
81- </ItemsToPushToBlobFeed >
82-
8375 <ItemsToPushToBlobFeed Include =" @(_InstallersToPublish)" Condition =" ! $([System.String]::Copy('%(Filename)').ToLower().Contains('internal'))" >
8476 <ManifestArtifactData >NonShipping=false</ManifestArtifactData >
8577 <PublishFlatContainer >true</PublishFlatContainer >
You can’t perform that action at this time.
0 commit comments