Skip to content

Commit a581332

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240326.8 (#456)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.24172.5 -> To Version 8.0.0-beta.24176.8 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 4a7462c commit a581332

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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.24172.5">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24176.8">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
8+
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24172.5">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24176.8">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
12+
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/templates-official/job/job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
137137
env:
138138
TeamName: $(_TeamName)
139+
MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
139140
continueOnError: ${{ parameters.continueOnError }}
140141
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT'))
141142

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.24172.5",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24172.5"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24176.8",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24176.8"
88
}
99
}

0 commit comments

Comments
 (0)