Skip to content

Commit 2c732a4

Browse files
[Recursive sync] installer / 6e2b343 → 70f6619
Updated repositories: - installer / 6e2b343 → 70f6619 https://github.com/dotnet/installer/compare/6e2b343055294086bd8cecad094640c1e77abe4e..70f661912a43f00794ddf2ccd6fdacd68b3911ae [[ commit created by automation ]]
2 parents f257165 + 5f2458f commit 2c732a4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To enable full offline source-building of the VMR, we have no other choice than
179179
- `src/fsharp`
180180
*[dotnet/fsharp@fa42aff](https://github.com/dotnet/fsharp/commit/fa42aff3113ee163cde64511ee8d0128cf9ea3aa)*
181181
- `src/installer`
182-
*[dotnet/installer@6e2b343](https://github.com/dotnet/installer/commit/6e2b343055294086bd8cecad094640c1e77abe4e)*
182+
*[dotnet/installer@70f6619](https://github.com/dotnet/installer/commit/70f661912a43f00794ddf2ccd6fdacd68b3911ae)*
183183
- `src/msbuild`
184184
*[dotnet/msbuild@60ea2f7](https://github.com/dotnet/msbuild/commit/60ea2f733cfcc78da965ab43cf040fe5c58800fb)*
185185
- `src/nuget-client`

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
prep.sh and pipeline scripts, outside of MSBuild.
2020
-->
2121
<PrivateSourceBuiltArtifactsUrl>https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-preview.2.centos.8-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
22-
<PrivateSourceBuiltPrebuiltsUrl>https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-14.centos.8-x64.tar.gz</PrivateSourceBuiltPrebuiltsUrl>
22+
<PrivateSourceBuiltPrebuiltsUrl>https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-17.centos.8-x64.tar.gz</PrivateSourceBuiltPrebuiltsUrl>
2323
<PrivateSourceBuiltSdkUrl_CentOS8Stream>https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-preview.2.23158.1-centos.8-x64.tar.gz</PrivateSourceBuiltSdkUrl_CentOS8Stream>
2424
</PropertyGroup>
2525
</Project>

prereqs/git-info/AllRepoVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<formatOutputPackageVersion>8.0.416301</formatOutputPackageVersion>
2020
<fsharpGitCommitHash>fa42aff3113ee163cde64511ee8d0128cf9ea3aa</fsharpGitCommitHash>
2121
<fsharpOutputPackageVersion>7.0.300-beta.23171.5</fsharpOutputPackageVersion>
22-
<installerGitCommitHash>6e2b343055294086bd8cecad094640c1e77abe4e</installerGitCommitHash>
22+
<installerGitCommitHash>70f661912a43f00794ddf2ccd6fdacd68b3911ae</installerGitCommitHash>
2323
<installerOutputPackageVersion>8.0.100</installerOutputPackageVersion>
2424
<msbuildGitCommitHash>60ea2f733cfcc78da965ab43cf040fe5c58800fb</msbuildGitCommitHash>
2525
<msbuildOutputPackageVersion>17.6.0-preview-23165-02</msbuildOutputPackageVersion>

prereqs/git-info/installer.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<GitCommitHash>6e2b343055294086bd8cecad094640c1e77abe4e</GitCommitHash>
5-
<OfficialBuildId>20230324.1</OfficialBuildId>
4+
<GitCommitHash>70f661912a43f00794ddf2ccd6fdacd68b3911ae</GitCommitHash>
5+
<OfficialBuildId>20230327.1</OfficialBuildId>
66
<OutputPackageVersion>8.0.100</OutputPackageVersion>
77
<PreReleaseVersionLabel></PreReleaseVersionLabel>
88
<IsStable>true</IsStable>

src/source-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"packageVersion": "8.0.100",
5959
"path": "installer",
6060
"remoteUri": "https://github.com/dotnet/installer",
61-
"commitSha": "6e2b343055294086bd8cecad094640c1e77abe4e"
61+
"commitSha": "70f661912a43f00794ddf2ccd6fdacd68b3911ae"
6262
},
6363
{
6464
"packageVersion": "17.6.0-preview-23165-02",

0 commit comments

Comments
 (0)