Skip to content

Commit 6d0f3e5

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#462)
[main] Update dependencies from dotnet/arcade
1 parent da966c1 commit 6d0f3e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24179.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24204.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
8+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24179.4">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24204.3">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
12+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/templates-official/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44

55
steps:
66
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
7-
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+
- script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88
displayName: Set skipComponentGovernanceDetection variable
99
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
1010
- task: ComponentGovernanceComponentDetection@0

eng/common/templates/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44

55
steps:
66
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
7-
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
7+
- script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
88
displayName: Set skipComponentGovernanceDetection variable
99
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
1010
- task: ComponentGovernanceComponentDetection@0

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "8.0.101"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24179.4",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24179.4"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24204.3",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24204.3"
88
}
99
}

0 commit comments

Comments
 (0)