Skip to content

Commit 02a129d

Browse files
[main] Update dependencies from dotnet/arcade (#814)
[main] Update dependencies from dotnet/arcade - Bump Arcade to latest main
1 parent eb3fecb commit 02a129d

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-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="7.0.0-beta.22080.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22106.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>4d6406fa2e84c8516a338694be3a4097e6e1f104</Sha>
8+
<Sha>3cbeb243091dab28adfdcd09fc43b77112cfbe72</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22080.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22106.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>4d6406fa2e84c8516a338694be3a4097e6e1f104</Sha>
12+
<Sha>3cbeb243091dab28adfdcd09fc43b77112cfbe72</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/templates/job/job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140

141141
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(parameters.disableComponentGovernance, 'true')) }}:
142142
- task: ComponentGovernanceComponentDetection@0
143+
continueOnError: true
143144

144145
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
145146
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

eng/common/templates/steps/source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ steps:
4343
# In that case, add variables to allow the download of internal runtimes if the specified versions are not found
4444
# in the default public locations.
4545
internalRuntimeDownloadArgs=
46-
if [ '$(dotnetclimsrc-read-sas-token-base64)' != '$''(dotnetclimsrc-read-sas-token-base64)' ]; then
47-
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64) --runtimesourcefeed https://dotnetclimsrc.blob.core.windows.net/dotnet --runtimesourcefeedkey $(dotnetclimsrc-read-sas-token-base64)'
46+
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
47+
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
4848
fi
4949
5050
buildConfig=Release

global.json

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

0 commit comments

Comments
 (0)