Skip to content

Commit 8e3b97b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221129.2 (#14408)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22578.1 -> To Version 8.0.0-beta.22579.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e902dde commit 8e3b97b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22578.1">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22579.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>3817f2b38a05c37c950715f84c95d452bcacfe52</Sha>
13+
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
1414
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22578.1">
16+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22579.2">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>3817f2b38a05c37c950715f84c95d452bcacfe52</Sha>
18+
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
1919
</Dependency>
2020
</ToolsetDependencies>
2121
</Dependencies>

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ global_json_file="${repo_root}global.json"
521521
# determine if global.json contains a "runtimes" entry
522522
global_json_has_runtimes=false
523523
if command -v jq &> /dev/null; then
524-
if jq -er '. | select(has("runtimes"))' "$global_json_file" &> /dev/null; then
524+
if jq -e '.tools | has("runtimes")' "$global_json_file" &> /dev/null; then
525525
global_json_has_runtimes=true
526526
fi
527527
elif [[ "$(cat "$global_json_file")" =~ \"runtimes\"[[:space:]\:]*\{ ]]; then

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"perl": "5.32.1.1"
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22578.1",
22-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22578.1"
21+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22579.2",
22+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22579.2"
2323
}
2424
}

0 commit comments

Comments
 (0)