Skip to content

Commit

Permalink
[Recursive sync] installer / 0f22c8f → 9d6e3d7
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-maestro[bot] committed Nov 1, 2023
2 parents 0c2a712 + 7d2e8a5 commit 1d7e453
Show file tree
Hide file tree
Showing 789 changed files with 50,133 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ To enable full offline source-building of the VMR, we have no other choice than
<!-- component list beginning -->
- `src/arcade`
*[dotnet/arcade@39042b4](https://github.com/dotnet/arcade/commit/39042b4048580366d35a7c1c4f4ce8fc0dbea4b4)*
- `src/aspire`
*[_git/dotnet-aspire@276cc28](https://dev.azure.com/dnceng/internal/_git/dotnet-aspire/commit/276cc28b03c11e2850546e604c707e664339fc15)*
- `src/aspnetcore`
*[_git/dotnet-aspnetcore@3f1acb5](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/commit/3f1acb59718cadf111a0a796681e3d3509bb3381)*
- `src/aspnetcore/src/submodules/googletest`
Expand All @@ -182,7 +184,7 @@ To enable full offline source-building of the VMR, we have no other choice than
- `src/fsharp`
*[dotnet/fsharp@f41fe15](https://github.com/dotnet/fsharp/commit/f41fe153f68dd6b20cf4f91de9ea1e55fc09bb20)*
- `src/installer`
*[dotnet/installer@0f22c8f](https://github.com/dotnet/installer/commit/0f22c8fd4bb79262800187ce9a10aae0ea505b78)*
*[dotnet/installer@9d6e3d7](https://github.com/dotnet/installer/commit/9d6e3d71808815da6f49c7681c35858214d59103)*
- `src/msbuild`
*[dotnet/msbuild@195e7f5](https://github.com/dotnet/msbuild/commit/195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22)*
- `src/nuget-client`
Expand Down
4 changes: 3 additions & 1 deletion prereqs/git-info/AllRepoVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<arcadeGitCommitHash>39042b4048580366d35a7c1c4f4ce8fc0dbea4b4</arcadeGitCommitHash>
<arcadeOutputPackageVersion>8.0.0-beta.23516.4</arcadeOutputPackageVersion>
<aspireGitCommitHash>276cc28b03c11e2850546e604c707e664339fc15</aspireGitCommitHash>
<aspireOutputPackageVersion>8.0.0-preview.1.23531.6</aspireOutputPackageVersion>
<aspnetcoreGitCommitHash>3f1acb59718cadf111a0a796681e3d3509bb3381</aspnetcoreGitCommitHash>
<aspnetcoreOutputPackageVersion>8.0.0-rtm.23531.12</aspnetcoreOutputPackageVersion>
<cecilGitCommitHash>45dd3a73dd5b64b010c4251303b3664bb30df029</cecilGitCommitHash>
Expand All @@ -19,7 +21,7 @@
<formatOutputPackageVersion>8.0.453106</formatOutputPackageVersion>
<fsharpGitCommitHash>f41fe153f68dd6b20cf4f91de9ea1e55fc09bb20</fsharpGitCommitHash>
<fsharpOutputPackageVersion>8.0.100-beta.23523.6</fsharpOutputPackageVersion>
<installerGitCommitHash>0f22c8fd4bb79262800187ce9a10aae0ea505b78</installerGitCommitHash>
<installerGitCommitHash>9d6e3d71808815da6f49c7681c35858214d59103</installerGitCommitHash>
<installerOutputPackageVersion>8.0.100</installerOutputPackageVersion>
<msbuildGitCommitHash>195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22</msbuildGitCommitHash>
<msbuildOutputPackageVersion>17.8.3-preview-23519-04</msbuildOutputPackageVersion>
Expand Down
10 changes: 10 additions & 0 deletions prereqs/git-info/aspire.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>276cc28b03c11e2850546e604c707e664339fc15</GitCommitHash>
<OfficialBuildId>20231031.6</OfficialBuildId>
<OutputPackageVersion>8.0.0-preview.1.23531.6</OutputPackageVersion>
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
<IsStable>false</IsStable>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion prereqs/git-info/installer.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>0f22c8fd4bb79262800187ce9a10aae0ea505b78</GitCommitHash>
<GitCommitHash>9d6e3d71808815da6f49c7681c35858214d59103</GitCommitHash>
<OfficialBuildId>20231101.1</OfficialBuildId>
<OutputPackageVersion>8.0.100</OutputPackageVersion>
<PreReleaseVersionLabel></PreReleaseVersionLabel>
Expand Down
13 changes: 13 additions & 0 deletions repo-projects/aspire.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
<BuildCommand>$(StandardSourceBuildCommand) $(StandardSourceBuildArgs)</BuildCommand>
</PropertyGroup>

<ItemGroup>
<RepositoryReference Include="arcade" />
</ItemGroup>

<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>
1 change: 1 addition & 0 deletions repo-projects/dotnet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<RepositoryReference Include="fsharp" />
<RepositoryReference Include="vstest" />
<RepositoryReference Include="sdk" />
<RepositoryReference Include="aspire" />
<RepositoryReference Include="installer" />

<!-- Package source-build artifacts -->
Expand Down
13 changes: 13 additions & 0 deletions src/aspire/.config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"placeholder": "postgres",
"_justification": "This is a default PostgreSQL username and password, used in integration tests to connect to local db instance."
},
{
"placeholder": "fake",
"_justification": "This is fake key name, used in integration tests to try to connect to Azure ServiceBus."
}
]
}

0 comments on commit 1d7e453

Please sign in to comment.