Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20221…
Browse files Browse the repository at this point in the history
…011.2 (#5444)

Microsoft.DotNet.Arcade.Sdk
 From Version 7.0.0-beta.22507.2 -> To Version 7.0.0-beta.22511.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Oct 13, 2022
1 parent 1cf8479 commit 358ea59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22507.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22511.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c4f77b4e80e942941e73d70cec045eddbfd7b4eb</Sha>
<Sha>f760da39566d1cfa90c89e38d8dfafb3d43f9cae</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
5 changes: 2 additions & 3 deletions eng/common/templates/job/onelocbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ parameters:
MirrorRepo: ''
MirrorBranch: main
condition: ''
JobNameSuffix: ''

jobs:
- job: OneLocBuild${{ parameters.JobNameSuffix }}
- job: OneLocBuild

dependsOn: ${{ parameters.dependsOn }}

displayName: OneLocBuild${{ parameters.JobNameSuffix }}
displayName: OneLocBuild

${{ if ne(parameters.pool, '') }}:
pool: ${{ parameters.pool }}
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22507.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22511.2"
}
}

0 comments on commit 358ea59

Please sign in to comment.