diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 76c8dea0bd..2c174e718d 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 @@ -225,8 +237,9 @@ extends: -sign $(_BuildArgs) $(_PublishArgs) + /p:DeployExtension=false name: Build - displayName: Build and Deploy + displayName: Build condition: succeeded() - script: eng\CIBuild.cmd diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ad6d6376d..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 - f7fb1fec01b91be69e4dcc5290a0bff3f28e214f + 42652ca52cd5f9f637fef2b3ab6148805e3c5168 - + https://github.com/dotnet/arcade - f7fb1fec01b91be69e4dcc5290a0bff3f28e214f + 42652ca52cd5f9f637fef2b3ab6148805e3c5168 diff --git a/eng/Versions.props b/eng/Versions.props index 7a2b8210a0..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.24516.1 + 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 b001c13329..9d8a9ce5b8 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.24562.12", "Microsoft.Build.NoTargets": "2.0.1" } }