File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This file should be imported by eng/Versions.props
88 <!-- dotnet-android dependencies -->
99 <XamarinAndroidToolsAndroidSdkPackageVersion >1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion >
1010 <!-- dotnet-arcade dependencies -->
11- <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.26269.2 </MicrosoftDotNetArcadeSdkPackageVersion >
12- <MicrosoftDotNetCodeAnalysisPackageVersion >10.0.0-beta.26269.2 </MicrosoftDotNetCodeAnalysisPackageVersion >
11+ <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.26275.1 </MicrosoftDotNetArcadeSdkPackageVersion >
12+ <MicrosoftDotNetCodeAnalysisPackageVersion >10.0.0-beta.26275.1 </MicrosoftDotNetCodeAnalysisPackageVersion >
1313 <MicrosoftDotNetRemoteExecutorPackageVersion >7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion >
1414 <!-- dotnet-command-line-api dependencies -->
1515 <SystemCommandLinePackageVersion >2.0.0-beta5.25210.1</SystemCommandLinePackageVersion >
Original file line number Diff line number Diff line change 1919 </Dependency >
2020 </ProductDependencies >
2121 <ToolsetDependencies >
22- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.26269.2 " >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.26275.1 " >
2323 <Uri >https://github.com/dotnet/arcade</Uri >
24- <Sha >96a58d029003171c2302b951688fc87464b197f5 </Sha >
24+ <Sha >c6213589e6917c4508c966c282eedbe4efda13e5 </Sha >
2525 </Dependency >
26- <Dependency Name =" Microsoft.DotNet.CodeAnalysis" Version =" 10.0.0-beta.26269.2 " >
26+ <Dependency Name =" Microsoft.DotNet.CodeAnalysis" Version =" 10.0.0-beta.26275.1 " >
2727 <Uri >https://github.com/dotnet/arcade</Uri >
28- <Sha >96a58d029003171c2302b951688fc87464b197f5 </Sha >
28+ <Sha >c6213589e6917c4508c966c282eedbe4efda13e5 </Sha >
2929 </Dependency >
3030 <Dependency Name =" Microsoft.DotNet.RemoteExecutor" Version =" 7.0.0-beta.22316.2" Pinned =" true" >
3131 <Uri >https://github.com/dotnet/arcade</Uri >
Original file line number Diff line number Diff line change 1414 workingDirectory : $(Agent.TempDirectory)
1515
1616- script : |
17- $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --add- source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
18- $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --add- source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
17+ $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
18+ $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
1919 displayName : " Source Index: Download netsourceindex Tools"
2020 # Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk.
2121 workingDirectory : $(Agent.TempDirectory)
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ steps:
4545 workingDirectory : ${{ parameters.vmrPath }}
4646
4747- script : |
48- ./eng/common/vmr-sync.sh \
49- --vmr ${{ parameters.vmrPath }} \
50- --tmp $(Agent.TempDirectory) \
51- --azdev-pat '$(dn-bot-all-orgs-code-r)' \
52- --ci \
48+ ./eng/common/vmr-sync.sh \
49+ --vmr ${{ parameters.vmrPath }} \
50+ --tmp $(Agent.TempDirectory) \
51+ --azdev-pat '$(AzdoToken)' \
52+ --ci \
5353 --debug
5454
5555 if [ "$?" -ne 0 ]; then
@@ -67,11 +67,11 @@ steps:
6767 condition : eq(variables['Agent.OS'], 'Windows_NT')
6868
6969- powershell : |
70- ./eng/common/vmr-sync.ps1 `
71- -vmr ${{ parameters.vmrPath }} `
72- -tmp $(Agent.TempDirectory) `
73- -azdevPat '$(dn-bot-all-orgs-code-r)' `
74- -ci `
70+ ./eng/common/vmr-sync.ps1 `
71+ -vmr ${{ parameters.vmrPath }} `
72+ -tmp $(Agent.TempDirectory) `
73+ -azdevPat '$(AzdoToken)' `
74+ -ci `
7575 -debugOutput
7676
7777 if ($LASTEXITCODE -ne 0) {
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10.0.107 " ,
3+ "version" : " 10.0.108 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " major"
66 },
77 "tools" : {
8- "dotnet" : " 10.0.107 " ,
8+ "dotnet" : " 10.0.108 " ,
99 "runtimes" : {
1010 "dotnet" : [
1111 " $(MicrosoftNETCoreApp80Version)"
1818 "msbuild-sdks" : {
1919 "Microsoft.Build.NoTargets" : " 3.7.0" ,
2020 "Microsoft.Build.Traversal" : " 3.4.0" ,
21- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.26269.2 "
21+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.26275.1 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments