Skip to content

Commit 5ebc3e6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260805.5
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26404.3 -> To Version 10.0.0-beta.26405.5
1 parent 4d2efa6 commit 5ebc3e6

6 files changed

Lines changed: 3 additions & 9 deletions

File tree

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
</Dependency>
3737
</ProductDependencies>
3838
<ToolsetDependencies>
39-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26404.3">
39+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26405.5">
4040
<Uri>https://github.com/dotnet/arcade</Uri>
41-
<Sha>acda8e1208e97e2760569823cb9ca8e9430d1516</Sha>
41+
<Sha>39512636419fde2a7592617a4a1f17a41d3f0d83</Sha>
4242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
4343
</Dependency>
4444
</ToolsetDependencies>

eng/common/core-templates/job/publish-build-assets.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
parameters:
5959
is1ESPipeline: ${{ parameters.is1ESPipeline }}
6060
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
61-
- group: Publish-Build-Assets
6261
- group: AzureDevOps-Artifact-Feeds-Pats
6362
- name: runCodesignValidationInjection
6463
value: false

eng/common/core-templates/jobs/codeql-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
enableTelemetry: true
1919

2020
variables:
21-
- group: Publish-Build-Assets
2221
# The Guardian version specified in 'eng/common/sdl/packages.config'. This value must be kept in
2322
# sync with the packages.config file.
2423
- name: DefaultGuardianVersion

eng/common/core-templates/post-build/common-variables.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
variables:
2-
- group: Publish-Build-Assets
3-
42
# Whether the build is internal or not
53
- name: IsInternalBuild
64
value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}

eng/common/core-templates/steps/publish-logs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ steps:
3030
-TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
3131
-runtimeSourceFeed https://ci.dot.net/internal
3232
-runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)'
33-
'$(publishing-dnceng-devdiv-code-r-build-re)'
34-
'$(akams-client-id)'
3533
'$(dn-bot-all-orgs-build-rw-code-rw)'
3634
'$(System.AccessToken)'
3735
${{parameters.CustomSensitiveDataList}}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.Build.NoTargets": "3.7.0",
12-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26404.3",
12+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26405.5",
1313
"Microsoft.VisualStudio.Internal.MicroBuild.Vsman": "2.0.174"
1414
}
1515
}

0 commit comments

Comments
 (0)