File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<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 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >9ba9980c4996a540387b9a0ef0d68accf00689c0 </Sha >
8
+ <Sha >34138f08e2c9c3c41a0ac8af583a57ea953e3821 </Sha >
9
9
</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 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >9ba9980c4996a540387b9a0ef0d68accf00689c0 </Sha >
12
+ <Sha >34138f08e2c9c3c41a0ac8af583a57ea953e3821 </Sha >
13
13
</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 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >9ba9980c4996a540387b9a0ef0d68accf00689c0 </Sha >
16
+ <Sha >34138f08e2c9c3c41a0ac8af583a57ea953e3821 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
16
16
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
17
17
<MicrosoftBclTimeProviderVersion >8.0.0</MicrosoftBclTimeProviderVersion >
18
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24463.4 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.24467.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
19
19
</PropertyGroup >
20
20
</Project >
Original file line number Diff line number Diff line change 34
34
' $(akams-client-id)'
35
35
' $(microsoft-symbol-server-pat)'
36
36
' $(symweb-symbol-server-pat)'
37
+ ' $(dnceng-symbol-server-pat)'
37
38
' $(dn-bot-all-orgs-build-rw-code-rw)'
39
+ ' $(System.AccessToken)'
38
40
${{parameters.CustomSensitiveDataList}}
39
41
continueOnError : true
40
42
condition : always()
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ extends:
57
57
58
58
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing ` templates-official`).
59
59
60
- # Development notes
60
+ # # Development notes
61
61
62
62
**Folder / file structure**
63
63
Original file line number Diff line number Diff line change 18
18
}
19
19
},
20
20
"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 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments