Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-10-14 01:18:12 +0300
committerGitHub <noreply@github.com>2022-10-14 01:18:12 +0300
commita2bdfb0489ad1252b858a5f09f0f1e4070acb835 (patch)
treeef122c024b73288c2ced2666ec1e2a83b03364aa /eng/common/templates/jobs
parent07ae1c51452adb2febe654e74f717325ef416e8e (diff)
Update dependencies from https://github.com/dotnet/arcade build 20221012.1 (#42)
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22473.1 -> To Version 8.0.0-beta.22512.1
Diffstat (limited to 'eng/common/templates/jobs')
-rw-r--r--eng/common/templates/jobs/source-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml
index 8dd2d35..a15b07e 100644
--- a/eng/common/templates/jobs/source-build.yml
+++ b/eng/common/templates/jobs/source-build.yml
@@ -14,7 +14,7 @@ parameters:
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
defaultManagedPlatform:
name: 'Managed'
- container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
+ container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
# object in this array is sent to the job template as 'platform'. If no platforms are specified,