File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Dependencies >
33 <ToolsetDependencies >
4- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25617.1 " >
4+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25626.7 " >
55 <Uri >https://github.com/dotnet/arcade</Uri >
6- <Sha >47a8a69721dfea57b82121ac1458d2f5bba6abd2 </Sha >
6+ <Sha >47888ab45fbdd0e6c0fe5e7f82eb1fe47cd7b7f0 </Sha >
77 </Dependency >
88 <Dependency Name =" Microsoft.DotNet.Arcade.Wpf.Sdk" Version =" 6.0.0-preview.5.21220.1" >
99 <Uri >https://github.com/dotnet/wpf</Uri >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ parameters:
1818 type : boolean
1919
2020steps :
21- - ${{ if eq(parameters.enablePreviewMicrobuild, ' true' ) }} :
21+ - ${{ if eq(parameters.enablePreviewMicrobuild, true) }} :
2222 - task : MicroBuildSigningPluginPreview@4
2323 displayName : Install Preview MicroBuild plugin
2424 inputs : ${{ parameters.microbuildTaskInputs }}
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}} --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
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" ] || [ " $ID " = " centos" ]; 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 1212 }
1313 },
1414 "msbuild-sdks" : {
15- "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25617.1 " ,
15+ "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25626.7 " ,
1616 "Microsoft.DotNet.Arcade.Wpf.Sdk" : " 6.0.0-alpha.1.21071.6" ,
1717 "Microsoft.NET.Sdk.WindowsDesktop" : " 6.0.0-preview.6.21276.7"
1818 },
You can’t perform that action at this time.
0 commit comments