File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25524 .1" >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25531 .1" >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >904bfd153de2a88471c00a7cdd3450948e758db8 </Sha >
8+ <Sha >d8816877a6b0e6cb39cb57d92557ad4952715a2e </Sha >
99 </Dependency >
10- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 11.0.0-beta.25524 .1" >
10+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 11.0.0-beta.25531 .1" >
1111 <Uri >https://github.com/dotnet/arcade</Uri >
12- <Sha >904bfd153de2a88471c00a7cdd3450948e758db8 </Sha >
12+ <Sha >d8816877a6b0e6cb39cb57d92557ad4952715a2e </Sha >
1313 </Dependency >
14- <Dependency Name =" Microsoft.DotNet.XUnitV3Extensions" Version =" 11.0.0-beta.25524 .1" >
14+ <Dependency Name =" Microsoft.DotNet.XUnitV3Extensions" Version =" 11.0.0-beta.25531 .1" >
1515 <Uri >https://github.com/dotnet/arcade</Uri >
16- <Sha >904bfd153de2a88471c00a7cdd3450948e758db8 </Sha >
16+ <Sha >d8816877a6b0e6cb39cb57d92557ad4952715a2e </Sha >
1717 </Dependency >
1818 </ToolsetDependencies >
1919</Dependencies >
Original file line number Diff line number Diff line change 1515 <SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
1616 <MicrosoftAspNetCoreTestHostVersion >6.0.36</MicrosoftAspNetCoreTestHostVersion >
1717 <MicrosoftCrankEventSourcesVersion >0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion >
18- <MicrosoftDotNetXUnitV3ExtensionsPackageVersion >11.0.0-beta.25524 .1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion >
18+ <MicrosoftDotNetXUnitV3ExtensionsPackageVersion >11.0.0-beta.25531 .1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion >
1919 <CoverletCollectorVersion >6.0.0</CoverletCollectorVersion >
2020 <MoqVersion >4.18.4</MoqVersion >
2121 <AutofacVersion >4.9.4</AutofacVersion >
Original file line number Diff line number Diff line change 2828 arguments : -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs'
2929 -BinlogToolVersion ${{parameters.BinlogToolVersion}}
3030 -TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
31+ -runtimeSourceFeed https://ci.dot.net/internal
32+ -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
3133 ' $(publishing-dnceng-devdiv-code-r-build-re)'
3234 ' $(MaestroAccessToken)'
3335 ' $(dn-bot-all-orgs-artifact-feeds-rw)'
Original file line number Diff line number Diff line change 77 # File with strings to redact - separated by newlines.
88 # For comments start the line with '# ' - such lines are ignored
99 [Parameter (Mandatory = $false )][string ] $TokensFilePath ,
10- [Parameter (ValueFromRemainingArguments = $true )][String []]$TokensToRedact
10+ [Parameter (ValueFromRemainingArguments = $true )][String []]$TokensToRedact ,
11+ [Parameter (Mandatory = $false )][string ] $runtimeSourceFeed ,
12+ [Parameter (Mandatory = $false )][string ] $runtimeSourceFeedKey
1113)
1214
1315try {
Original file line number Diff line number Diff line change 1919 "runner" : " Microsoft.Testing.Platform"
2020 },
2121 "msbuild-sdks" : {
22- "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25524 .1" ,
23- "Microsoft.DotNet.Helix.Sdk" : " 11.0.0-beta.25524 .1"
22+ "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25531 .1" ,
23+ "Microsoft.DotNet.Helix.Sdk" : " 11.0.0-beta.25531 .1"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments