File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed
Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66<Project >
77 <PropertyGroup >
88 <!-- dotnet/arcade dependencies -->
9- <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25515.2 </MicrosoftDotNetArcadeSdkPackageVersion >
9+ <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25555.4 </MicrosoftDotNetArcadeSdkPackageVersion >
1010 </PropertyGroup >
1111 <!-- Property group for alternate package version names-->
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 44 <ProductDependencies >
55 </ProductDependencies >
66 <ToolsetDependencies >
7- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25515.2 " >
7+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25555.4 " >
88 <Uri >https://github.com/dotnet/arcade</Uri >
9- <Sha >6666973b629b24e259162dba03486c23af464bab </Sha >
9+ <Sha >9eaf7b289d5003a94ee23658f057a6c06ddcd570 </Sha >
1010 </Dependency >
1111 </ToolsetDependencies >
1212</Dependencies >
Original file line number Diff line number Diff line change @@ -145,6 +145,11 @@ jobs:
145145 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
146146 is1ESPipeline : ${{ parameters.is1ESPipeline }}
147147
148+ # Darc is targeting 8.0, so make sure it's installed
149+ - task : UseDotNet@2
150+ inputs :
151+ version : 8.0.x
152+
148153 - task : AzureCLI@2
149154 displayName : Publish Using Darc
150155 inputs :
Original file line number Diff line number Diff line change @@ -305,6 +305,11 @@ stages:
305305
306306 - task : NuGetAuthenticate@1
307307
308+ # Darc is targeting 8.0, so make sure it's installed
309+ - task : UseDotNet@2
310+ inputs :
311+ version : 8.0.x
312+
308313 - task : AzureCLI@2
309314 displayName : Publish Using Darc
310315 inputs :
Original file line number Diff line number Diff line change 1+ diff -u -r a/usr/lib64/libc.so b/usr/lib64/libc.so
2+ --- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900
3+ +++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900
4+ @@ -2,4 +2,4 @@
5+ Use the shared library, but some functions are only in
6+ the static library, so try that secondarily. */
7+ OUTPUT_FORMAT(elf64-x86-64)
8+ - GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) )
9+ + GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25515.2 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25555.4 "
1717 }
1818}
You can’t perform that action at this time.
0 commit comments