Skip to content

Commit 5ca84db

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240917.1 (#34734)
[main] Update dependencies from dotnet/arcade
1 parent e3d215f commit 5ca84db

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@
6363
</Dependency>
6464
</ProductDependencies>
6565
<ToolsetDependencies>
66-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24463.4">
66+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24467.1">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
68-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
68+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24463.4">
70+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24467.1">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
72+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24463.4">
74+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24467.1">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
76+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
7777
</Dependency>
7878
</ToolsetDependencies>
7979
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<SystemFormatsAsn1Version>10.0.0-alpha.1.24463.8</SystemFormatsAsn1Version>
3333
</PropertyGroup>
3434
<PropertyGroup Label="Dependencies from dotnet/arcade">
35-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24463.4</MicrosoftDotNetBuildTasksTemplatingVersion>
35+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24467.1</MicrosoftDotNetBuildTasksTemplatingVersion>
3636
</PropertyGroup>
3737
<PropertyGroup Label="Other dependencies">
3838
<MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ steps:
3434
'$(akams-client-id)'
3535
'$(microsoft-symbol-server-pat)'
3636
'$(symweb-symbol-server-pat)'
37+
'$(dnceng-symbol-server-pat)'
3738
'$(dn-bot-all-orgs-build-rw-code-rw)'
39+
'$(System.AccessToken)'
3840
${{parameters.CustomSensitiveDataList}}
3941
continueOnError: true
4042
condition: always()

eng/common/template-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extends:
5757
5858
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`).
5959

60-
# Development notes
60+
## Development notes
6161

6262
**Folder / file structure**
6363

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4",
17-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24463.4"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1",
17+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24467.1"
1818
}
1919
}

0 commit comments

Comments
 (0)