Update dependencies from https://github.com/dotnet/arcade build 20221013.2 (#3468)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Mon, 17 Oct 2022 13:19:17 +0000 (13:19 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 13:19:17 +0000 (13:19 +0000)
[main] Update dependencies from dotnet/arcade

eng/Version.Details.xml
eng/common/templates/job/onelocbuild.yml
eng/common/templates/jobs/source-build.yml
global.json

index 35ac783f09ee092fa1e21ba8959cc0d6a3b9c296..882a9a761772a785c613cca2dd2a065114649c24 100644 (file)
@@ -19,9 +19,9 @@
     </Dependency>
   </ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22503.1">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22513.2">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>d2d39276af2db3da7816ee2dc543e120d7e5781e</Sha>
+      <Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
       <SourceBuild RepoName="arcade" ManagedOnly="true" />
     </Dependency>
     <Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22316.2" Pinned="true">
index 6c523b714f407aedb07c29472252a809554c3c8f..10e75fc76c4764e3d22faf99aeb2778be67b0a69 100644 (file)
@@ -22,13 +22,14 @@ parameters:
   MirrorRepo: ''
   MirrorBranch: main
   condition: ''
+  JobNameSuffix: ''
 
 jobs:
-- job: OneLocBuild
+- job: OneLocBuild${{ parameters.JobNameSuffix }}
   
   dependsOn: ${{ parameters.dependsOn }}
 
-  displayName: OneLocBuild
+  displayName: OneLocBuild${{ parameters.JobNameSuffix }}
 
   ${{ if ne(parameters.pool, '') }}:
     pool: ${{ parameters.pool }}
index bcd8279944ba675aa7a07adf66c3bd4c61ef0683..a15b07eb51d9d6f6d73b339c3cd62b4369065041 100644 (file)
@@ -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-latest'
+    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,
index 85c43a9b5331af6c4eccf8a857207ab49fa6af6a..fe3c39830eadeeabfee6c5d5b8df2e23d9d96f6b 100644 (file)
@@ -20,6 +20,6 @@
   },
   "msbuild-sdks": {
     "Microsoft.Build.NoTargets": "3.5.0",
-    "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22503.1"
+    "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2"
   }
 }