Merge in 'release/6.0.3xx' changes
This commit is contained in:
commit
b9502049d1
4 changed files with 10 additions and 10 deletions
|
@ -174,7 +174,7 @@
|
||||||
or minor release, prebuilts may be needed. When the release is mature, prebuilts are not
|
or minor release, prebuilts may be needed. When the release is mature, prebuilts are not
|
||||||
necessary, and this property is removed from the file.
|
necessary, and this property is removed from the file.
|
||||||
-->
|
-->
|
||||||
<PrivateSourceBuiltArtifactsPackageVersion>6.0.120</PrivateSourceBuiltArtifactsPackageVersion>
|
<PrivateSourceBuiltArtifactsPackageVersion>6.0.121</PrivateSourceBuiltArtifactsPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Workload manifest package versions -->
|
<!-- Workload manifest package versions -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
@ -14,7 +14,7 @@ parameters:
|
||||||
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
|
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
|
||||||
debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
|
debian9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
|
||||||
debian9Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-arm64v8-20220405201138-a251961
|
debian9Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-arm64v8-20220405201138-a251961
|
||||||
fedora33Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-33-20210222183538-031e7d2
|
fedora38Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-38-20230609193134-47458d2
|
||||||
ubuntu1804Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20210924170306-047508b
|
ubuntu1804Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-20210924170306-047508b
|
||||||
poolInternalAmd64:
|
poolInternalAmd64:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
|
@ -62,9 +62,9 @@ jobs:
|
||||||
_EnablePoison: false
|
_EnablePoison: false
|
||||||
_ExcludeOmniSharpTests: false
|
_ExcludeOmniSharpTests: false
|
||||||
_RunOnline: false
|
_RunOnline: false
|
||||||
Fedora33-Offline:
|
Fedora38-Offline:
|
||||||
_BootstrapPrep: false
|
_BootstrapPrep: false
|
||||||
_Container: ${{ parameters.fedora33Container }}
|
_Container: ${{ parameters.fedora38Container }}
|
||||||
_EnablePoison: true
|
_EnablePoison: true
|
||||||
_ExcludeOmniSharpTests: false
|
_ExcludeOmniSharpTests: false
|
||||||
_RunOnline: false
|
_RunOnline: false
|
||||||
|
@ -111,9 +111,9 @@ jobs:
|
||||||
excludeSdkContentTests: true
|
excludeSdkContentTests: true
|
||||||
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
|
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
|
||||||
matrix:
|
matrix:
|
||||||
Fedora33-Offline:
|
Fedora38-Offline:
|
||||||
_PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora33-Offline_Artifacts
|
_PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora38-Offline_Artifacts
|
||||||
_Container: ${{ parameters.fedora33Container }}
|
_Container: ${{ parameters.fedora38Container }}
|
||||||
_EnablePoison: false
|
_EnablePoison: false
|
||||||
_ExcludeOmniSharpTests: false
|
_ExcludeOmniSharpTests: false
|
||||||
_RunOnline: false
|
_RunOnline: false
|
||||||
|
|
|
@ -322,7 +322,7 @@
|
||||||
<MakeDir Directories="$(ExternalTarballsDir)" />
|
<MakeDir Directories="$(ExternalTarballsDir)" />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ArtifactUrls Include="$(SourceBuiltArtifactsTarballUrl)$(SourceBuiltArtifactsTarballName).$(PrivateSourceBuiltArtifactsPackageVersion).tar.gz" />
|
<ArtifactUrls Include="$(SourceBuiltArtifactsTarballUrl)$(SourceBuiltArtifactsTarballName).$(PrivateSourceBuiltArtifactsPackageVersion).centos.7-x64.tar.gz" />
|
||||||
<ArtifactUrls
|
<ArtifactUrls
|
||||||
Include="$(SourceBuiltArtifactsTarballUrl)$(SourceBuiltPrebuiltsTarballName).$(PrivateSourceBuiltPrebuiltsPackageVersion).tar.gz"
|
Include="$(SourceBuiltArtifactsTarballUrl)$(SourceBuiltPrebuiltsTarballName).$(PrivateSourceBuiltPrebuiltsPackageVersion).tar.gz"
|
||||||
Condition="'$(PrivateSourceBuiltPrebuiltsPackageVersion)' != ''" />
|
Condition="'$(PrivateSourceBuiltPrebuiltsPackageVersion)' != ''" />
|
||||||
|
|
|
@ -79,13 +79,13 @@ while read -r line; do
|
||||||
if [[ $line == *"Private.SourceBuilt.Artifacts"* ]]; then
|
if [[ $line == *"Private.SourceBuilt.Artifacts"* ]]; then
|
||||||
if [ "$downloadArtifacts" == "true" ]; then
|
if [ "$downloadArtifacts" == "true" ]; then
|
||||||
echo " Downloading source-built artifacts from $line..."
|
echo " Downloading source-built artifacts from $line..."
|
||||||
(cd $SCRIPT_ROOT/packages/archive/ && curl --retry 5 -O $line)
|
(cd $SCRIPT_ROOT/packages/archive/ && curl --fail --retry 5 -O $line)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ $line == *"Private.SourceBuilt.Prebuilts"* ]]; then
|
if [[ $line == *"Private.SourceBuilt.Prebuilts"* ]]; then
|
||||||
if [ "$downloadPrebuilts" == "true" ]; then
|
if [ "$downloadPrebuilts" == "true" ]; then
|
||||||
echo " Downloading source-built prebuilts from $line..."
|
echo " Downloading source-built prebuilts from $line..."
|
||||||
(cd $SCRIPT_ROOT/packages/archive/ && curl --retry 5 -O $line)
|
(cd $SCRIPT_ROOT/packages/archive/ && curl --fail --retry 5 -O $line)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < $SCRIPT_ROOT/packages/archive/archiveArtifacts.txt
|
done < $SCRIPT_ROOT/packages/archive/archiveArtifacts.txt
|
||||||
|
|
Loading…
Reference in a new issue