diff --git a/.vsts-ci.yml b/.vsts-ci.yml index eb2acb8c9..266784afc 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -334,10 +334,11 @@ stages: - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml - - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml - parameters: - dependsOn: Source_Build_Create_Tarball + # For .NET 7.0, source-build currently supports 7.0.1xx. Disable tarball build validation in all other branches. + # - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + # - template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml + # parameters: + # dependsOn: Source_Build_Create_Tarball # https://github.com/dotnet/core-sdk/issues/248 # - template: /eng/build.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2117572ff..6f47ebc90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -98,22 +98,22 @@ bb3695688177f5f80eeb3c0498168612e31549d5 - + https://github.com/dotnet/sdk - 3605277a9324189c35b0da271e10a2386d6f6d06 + 9acbc4db3fa18e9839189580622be7258f81c9d5 - + https://github.com/dotnet/sdk - 3605277a9324189c35b0da271e10a2386d6f6d06 + 9acbc4db3fa18e9839189580622be7258f81c9d5 - + https://github.com/dotnet/sdk - 3605277a9324189c35b0da271e10a2386d6f6d06 + 9acbc4db3fa18e9839189580622be7258f81c9d5 - + https://github.com/dotnet/sdk - 3605277a9324189c35b0da271e10a2386d6f6d06 + 9acbc4db3fa18e9839189580622be7258f81c9d5 @@ -124,13 +124,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf df04c57b2e2bb986f0afc2384cbebb3c950447b5 - + https://github.com/dotnet/fsharp - 1607c540c369f9ae32a48dd72e7952148b084a2a + 9abb456f29f254da028126cb09ad10751a01eebf - + https://github.com/dotnet/fsharp - 1607c540c369f9ae32a48dd72e7952148b084a2a + 9abb456f29f254da028126cb09ad10751a01eebf @@ -138,9 +138,9 @@ be79eb4393631df7c6431ed1c0aa14c1bbaca731 - + https://github.com/dotnet/linker - 8db10f44053ed4cb95a99676ac7b8ccae681b79d + 19fa656d35252ccf926e6a6d783b16a2f094aaef linker @@ -149,9 +149,9 @@ 8ad2e6240cb7426d83f1b45241f8f33bddf3d474 - + https://github.com/dotnet/msbuild - ab3d68e815ba13916d6d3a653445d71ad238c723 + 040e2a90ee794997fc9716487280a54b0ad8fe2a diff --git a/eng/Versions.props b/eng/Versions.props index bfbd5f609..f3b84b959 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -63,9 +63,9 @@ - 7.0.200-preview.23060.2 - 7.0.200-preview.23060.2 - 7.0.200-preview.23060.2 + 7.0.200-preview.23063.9 + 7.0.200-preview.23063.9 + 7.0.200-preview.23063.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 1bf480e4e..01432c896 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100" + "dotnet": "7.0.102" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",