Skip to content

Commit

Permalink
Merge pull request dotnet#5460 from dotnet/darc-release/5.0.2xx-5a301…
Browse files Browse the repository at this point in the history
…02d-6890-43bc-a659-eb98d372973c

[release/5.0.2xx] Update dependencies from dotnet/arcade
  • Loading branch information
mavasani authored Sep 15, 2021
2 parents 92e6dca + b88a6f7 commit 976d5bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/common/templates/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
- task: MicroBuildSigningPlugin@2
- task: MicroBuildSigningPlugin@3
displayName: Install MicroBuild plugin
inputs:
signType: $(_SignType)
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/phases/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ phases:
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
# Internal only resource, and Microbuild signing shouldn't be applied to PRs.
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- task: MicroBuildSigningPlugin@2
- task: MicroBuildSigningPlugin@3
displayName: Install MicroBuild plugin
inputs:
signType: $(_SignType)
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"rollForward": "patch"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21427.7"
}
}

0 comments on commit 976d5bd

Please sign in to comment.