Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fc520d2
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 13, 2025
822d82d
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 13, 2025
a9ba8aa
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 13, 2025
e39aa4c
Merged PR 52298: [internal/release/8.0.1xx] Update dependencies from …
Aug 14, 2025
b5465a4
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 16, 2025
c0b64ed
Merged PR 52368: [internal/release/8.0.1xx] Update dependencies from …
Aug 16, 2025
dcc3718
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 16, 2025
cf1b661
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 18, 2025
1768322
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 18, 2025
e57d4ea
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 18, 2025
fb03661
Merged PR 52379: [internal/release/8.0.1xx] Update dependencies from …
Aug 18, 2025
d6c0c70
Merged PR 52426: 8.0.1xx - merge from public
vseanreesermsft Aug 19, 2025
324bfd3
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 20, 2025
8683587
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
dotnet-bot Aug 21, 2025
a4d853b
Merge commit 'bbf44216abaaaf7196ccb4a5ad3383fa9331e3e7'
Aug 21, 2025
f0597d5
Merged PR 52500: [internal/release/8.0.1xx] Update dependencies from …
Aug 21, 2025
dfaf2b1
Add a direct reference to STJ to lift the version for the tasks lib a…
marcpopMSFT Aug 25, 2025
1183c7b
Update RPM build image
NikolaMilosavljevic Aug 29, 2025
04229bd
Merge commit 'f0597d53f95e9441056e041210220776621cb128' into internal…
vseanreesermsft Sep 9, 2025
0e93de0
Merging internal commits for release/8.0.1xx (#20585)
marcpopMSFT Sep 9, 2025
a289d86
Update RPM build image (#20571)
marcpopMSFT Sep 9, 2025
4f45191
Merge branch 'release/8.0.3xx' of https://github.com/dotnet/installer…
Sep 10, 2025
9ae44c5
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' (#20587)
SimonZhao888 Sep 10, 2025
35d7a6c
.NET Source-Build 8.0.120 September 2025 Updates (#20589)
dotnet-sb-bot Sep 10, 2025
8186399
Add a direct reference to STJ (#20567)
marcpopMSFT Sep 10, 2025
6b0f1dc
Merge branch 'release/8.0.3xx' into merge/release/8.0.1xx-to-release/…
SimonZhao888 Sep 11, 2025
358dd7e
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' (#20590)
SimonZhao888 Sep 11, 2025
d163b0b
Merge branch 'release/8.0.4xx' into merge/release/8.0.3xx-to-release/…
SimonZhao888 Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
azureLinux30:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-build-amd64
cblMariner20Fpm:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
azureLinux30fpm:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64
centosStream9:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
debian12:
Expand Down Expand Up @@ -276,7 +276,7 @@ extends:
parameters:
agentOs: Linux
jobName: Build_Linux_Portable_Rpm_Release_x64
container: cblMariner20Fpm
container: azureLinux30fpm
buildConfiguration: Release
buildArchitecture: x64
# Do not publish zips and tarballs. The linux-x64 binaries are
Expand All @@ -288,7 +288,7 @@ extends:
parameters:
agentOs: Linux
jobName: Build_Linux_Portable_Rpm_Release_Arm64
container: cblMariner20Fpm
container: azureLinux30fpm
buildConfiguration: Release
buildArchitecture: arm64
runtimeIdentifier: 'linux-arm64'
Expand Down
4 changes: 2 additions & 2 deletions .vsts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ stages:
parameters:
agentOs: Linux
jobName: Build_Linux_Portable_Rpm_Release_x64
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64'
buildConfiguration: Release
buildArchitecture: x64
# Do not publish zips and tarballs. The linux-x64 binaries are
Expand All @@ -256,7 +256,7 @@ stages:
parameters:
agentOs: Linux
jobName: Build_Linux_Portable_Rpm_Release_Arm64
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64'
buildConfiguration: Release
buildArchitecture: arm64
runtimeIdentifier: 'linux-arm64'
Expand Down
4 changes: 2 additions & 2 deletions src/SourceBuild/content/eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
These URLs can't be composed from their base URL and version as we read them from the
prep.sh and pipeline scripts, outside of MSBuild.
-->
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.119-servicing.25373.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.119-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.120-servicing.25421.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.120-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/SourceBuild/content/global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"tools": {
"dotnet": "8.0.119"
"dotnet": "8.0.120"
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
"Microsoft.Build.Traversal": "2.0.2",
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25326.1",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25415.2",
"Yarn.MSBuild": "1.15.2"
}
}
1 change: 1 addition & 0 deletions src/core-sdk-tasks/core-sdk-tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1PackageVersion)"/>
<PackageReference Include="Microsoft.IO.Redist" Version="$(MicrosoftIORedistPackageVersion)" Condition="'$(DotNetBuildFromSource)' != 'true'" />
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonPackageVersion)" Condition="'$(DotNetBuildFromSource)' != 'true'"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down