Skip to content

Commit 181efd3

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240917.1 (dotnet#2612)
[main] Update dependencies from dotnet/arcade
1 parent 54a1d4f commit 181efd3

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
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24463.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24467.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
8+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24463.4">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24467.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
12+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24463.4">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24467.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
16+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
1616
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1717
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
18-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24463.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24467.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
</PropertyGroup>
2020
</Project>

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
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4",
22-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24463.4"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1",
22+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24467.1"
2323
}
2424
}

0 commit comments

Comments
 (0)