From 858ec31981cefb647e1a7da7507141be715ebb9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 26 Oct 2024 12:52:05 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/arcade build 20241025.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24516.1 -> To Version 8.0.0-beta.24525.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ad6d6376d..200ab6fc53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -96,14 +96,14 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 3a25a7f1cc446b60678ed25c9d829420d6321eba - + https://github.com/dotnet/arcade - f7fb1fec01b91be69e4dcc5290a0bff3f28e214f + 24e02f80c5458d1f75240ae57fc2a98fb8a9022a - + https://github.com/dotnet/arcade - f7fb1fec01b91be69e4dcc5290a0bff3f28e214f + 24e02f80c5458d1f75240ae57fc2a98fb8a9022a diff --git a/eng/Versions.props b/eng/Versions.props index 7a2b8210a0..c3acd2c30a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,7 +50,7 @@ 6.0.2-servicing.22064.6 6.0.1 9.0.0-alpha.1.24113.1 - 8.0.0-beta.24516.1 + 8.0.0-beta.24525.2 1.0.0-beta.23475.1 1.0.0-beta.23475.1 4.10.0-3.24169.7 diff --git a/global.json b/global.json index b001c13329..803a2fbe11 100644 --- a/global.json +++ b/global.json @@ -21,7 +21,7 @@ "rollForward": "latestPatch" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24516.1", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2", "Microsoft.Build.NoTargets": "2.0.1" } } From bd7c45b7f8e4bc8a0de4b50a7f3117acc043926f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 14 Nov 2024 14:24:59 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/arcade build 20241112.12 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24516.1 -> To Version 8.0.0-beta.24562.12 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 200ab6fc53..e3c6d11e00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -96,14 +96,14 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 3a25a7f1cc446b60678ed25c9d829420d6321eba - + https://github.com/dotnet/arcade - 24e02f80c5458d1f75240ae57fc2a98fb8a9022a + 42652ca52cd5f9f637fef2b3ab6148805e3c5168 - + https://github.com/dotnet/arcade - 24e02f80c5458d1f75240ae57fc2a98fb8a9022a + 42652ca52cd5f9f637fef2b3ab6148805e3c5168 diff --git a/eng/Versions.props b/eng/Versions.props index c3acd2c30a..c22299f46b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,7 +50,7 @@ 6.0.2-servicing.22064.6 6.0.1 9.0.0-alpha.1.24113.1 - 8.0.0-beta.24525.2 + 8.0.0-beta.24562.12 1.0.0-beta.23475.1 1.0.0-beta.23475.1 4.10.0-3.24169.7 diff --git a/global.json b/global.json index 803a2fbe11..9d8a9ce5b8 100644 --- a/global.json +++ b/global.json @@ -21,7 +21,7 @@ "rollForward": "latestPatch" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24562.12", "Microsoft.Build.NoTargets": "2.0.1" } } From 17ee8612b2986765179d2ceed4c78230075c562c Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Tue, 12 Nov 2024 14:55:28 +0100 Subject: [PATCH 3/4] Add schedule --- azure-pipelines-official.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 76c8dea0bd..a95349c4a3 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -55,6 +55,18 @@ pr: include: - '*' +schedules: + - cron: "0 8 23-29 * 0" # Fourth Sunday of each month at 8:00 UTC + displayName: "Monthly smoke test" + branches: + include: + - main + - release/* + exclude: + - "" + always: true # Run even if there have been no source code changes since the last successful scheduled run + batch: false # Do not run the pipeline if the previously scheduled run is in-progress + resources: repositories: - repository: 1ESPipelineTemplates From 2add41b0c0467842e07e927556679768cad46cdf Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Fri, 15 Nov 2024 11:31:14 +0100 Subject: [PATCH 4/4] Skip deploying in official builds --- azure-pipelines-official.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index a95349c4a3..2c174e718d 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -237,8 +237,9 @@ extends: -sign $(_BuildArgs) $(_PublishArgs) + /p:DeployExtension=false name: Build - displayName: Build and Deploy + displayName: Build condition: succeeded() - script: eng\CIBuild.cmd