Skip to content

Commit

Permalink
Merged PR 42718: Insert format into internal/release/6.0.4xx
Browse files Browse the repository at this point in the history
The real payload https://dev.azure.com/dnceng/internal/_build/results?buildId=2535223&view=results

----
#### AI description  (iteration 1)
#### PR Classification
Code update for internal release configuration.

#### PR Summary
This pull request updates the internal release configuration for version 6.0.4xx.
- Updated `NuGet.config` to add new package sources for `dotnet-templating`, `dotnet-aspnetcore`, `dotnet-runtime`, and `dotnet-windowsdesktop`.
- Modified `eng/Version.Details.xml` to update the `dotnet-format` dependency version and its repository URI.
- Updated `eng/Versions.props` to reflect the new version of `dotnet-format`.
  • Loading branch information
Cosifne committed Sep 17, 2024
2 parents 0f7bfed + 5205550 commit aa87185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<Sha>5d69143fbe992d8fa33d5b83d5fdd5f4ed7bb4fc</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="dotnet-format" Version="6.4.545403">
<Uri>https://github.com/dotnet/format</Uri>
<Sha>0003cd7bf1ef4a96105e47accb90daaff189d2e2</Sha>
<Dependency Name="dotnet-format" Version="6.4.546001">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-format</Uri>
<Sha>de18e55a2bf88258e109faa253d6c83047ef6ddf</Sha>
<SourceBuildTarball RepoName="format" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.1-3.22526.13">
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/format -->
<dotnetformatVersion>6.4.545403</dotnetformatVersion>
<dotnetformatVersion>6.4.546001</dotnetformatVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
Expand Down

0 comments on commit aa87185

Please sign in to comment.