Skip to content

Commit

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

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Aug 26, 2024
1 parent 8446f25 commit 5fc7e2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24413.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24421.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>51321b7e150a2f426cb9e1334687bdfab68ec323</Sha>
<Sha>4460b755f3c7c89e9660d9580ff79afc4218dd85</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24413.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24421.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>51321b7e150a2f426cb9e1334687bdfab68ec323</Sha>
<Sha>4460b755f3c7c89e9660d9580ff79afc4218dd85</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/common/templates/steps/telemetry-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:

steps:
- ${{ if and(eq(parameters.runAsPublic, 'false'), not(eq(variables['System.TeamProject'], 'public'))) }}:
- task: AzureKeyVault@1
- task: AzureKeyVault@2
inputs:
azureSubscription: 'HelixProd_KeyVault'
KeyVaultName: HelixProdKV
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.2.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24413.2",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24413.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24421.4",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24421.4"
}
}

0 comments on commit 5fc7e2b

Please sign in to comment.