File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This file should be imported by eng/Versions.props
2727 <MicrosoftCodeAnalysisFeaturesPackageVersion >5.0.0-2.25480.7</MicrosoftCodeAnalysisFeaturesPackageVersion >
2828 <MicrosoftVisualStudioLanguageServicesPackageVersion >5.0.0-2.25480.7</MicrosoftVisualStudioLanguageServicesPackageVersion >
2929 <!-- dotnet/arcade dependencies -->
30- <MicrosoftDotNetArcadeSdkPackageVersion >11.0.0-beta.25556.3 </MicrosoftDotNetArcadeSdkPackageVersion >
30+ <MicrosoftDotNetArcadeSdkPackageVersion >11.0.0-beta.25557.2 </MicrosoftDotNetArcadeSdkPackageVersion >
3131 <!-- _git/dotnet-optimization dependencies -->
3232 <optimizationlinuxarm64MIBCRuntimePackageVersion >1.0.0-prerelease.25502.1</optimizationlinuxarm64MIBCRuntimePackageVersion >
3333 <optimizationlinuxx64MIBCRuntimePackageVersion >1.0.0-prerelease.25502.1</optimizationlinuxx64MIBCRuntimePackageVersion >
Original file line number Diff line number Diff line change 7676 </Dependency >
7777 </ProductDependencies >
7878 <ToolsetDependencies >
79- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25556.3 " >
79+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25557.2 " >
8080 <Uri >https://github.com/dotnet/arcade</Uri >
81- <Sha >36fa2ff1495d2b55b5cb9e2a42514d94c6af10b9 </Sha >
81+ <Sha >7d717a49d570577936361c14de38bf61271aa274 </Sha >
8282 </Dependency >
8383 <Dependency Name =" optimization.windows_nt-x64.MIBC.Runtime" Version =" 1.0.0-prerelease.25502.1" >
8484 <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</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 @@ -27,7 +27,7 @@ case "$os" in
2727 libssl-dev libkrb5-dev pigz cpio
2828
2929 localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
30- elif [ " $ID " = " fedora" ] || [ " $ID " = " rhel" ] || [ " $ID " = " azurelinux" ]; then
30+ elif [ " $ID " = " fedora" ] || [ " $ID " = " rhel" ] || [ " $ID " = " azurelinux" ] || [ " $ID " = " centos " ] ; then
3131 pkg_mgr=" $( command -v tdnf 2> /dev/null || command -v dnf) "
3232 $pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio
3333 elif [ " $ID " = " amzn" ]; then
Original file line number Diff line number Diff line change 2222 "perl" : " 5.38.2.2"
2323 },
2424 "msbuild-sdks" : {
25- "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25556.3 " ,
25+ "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25557.2 " ,
2626 "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23255.2"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments