File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
<ProductDependencies >
5
5
</ProductDependencies >
6
6
<ToolsetDependencies >
7
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24229 .1" >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24253 .1" >
8
8
<Uri >https://github.com/dotnet/arcade</Uri >
9
- <Sha >be933308b9024d798a9a22c0b8f3c8e3616ffbd8 </Sha >
9
+ <Sha >020255bcf7d0b8beed7de05338d97396982ae527 </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24229 .1" >
11
+ <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24253 .1" >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >be933308b9024d798a9a22c0b8f3c8e3616ffbd8 </Sha >
13
+ <Sha >020255bcf7d0b8beed7de05338d97396982ae527 </Sha >
14
14
</Dependency >
15
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24229 .1" >
15
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24253 .1" >
16
16
<Uri >https://github.com/dotnet/arcade</Uri >
17
- <Sha >be933308b9024d798a9a22c0b8f3c8e3616ffbd8 </Sha >
17
+ <Sha >020255bcf7d0b8beed7de05338d97396982ae527 </Sha >
18
18
</Dependency >
19
19
</ToolsetDependencies >
20
20
</Dependencies >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<!-- Arcade dependencies -->
20
20
<PropertyGroup >
21
- <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24229 .1</MicrosoftDotNetGenFacadesPackageVersion >
22
- <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24229 .1</MicrosoftDotNetXUnitExtensionsPackageVersion >
21
+ <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24253 .1</MicrosoftDotNetGenFacadesPackageVersion >
22
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24253 .1</MicrosoftDotNetXUnitExtensionsPackageVersion >
23
23
</PropertyGroup >
24
24
<!-- CoreFx dependencies -->
25
25
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if [ -z "$CLR_CC" ]; then
64
64
if [ -z " $majorVersion " ]; then
65
65
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
66
66
if [ " $compiler " = " clang" ]; then versions=" 18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
67
- elif [ " $compiler " = " gcc" ]; then versions=" 13 12 11 10 9 8 7 6 5 4.9" ; fi
67
+ elif [ " $compiler " = " gcc" ]; then versions=" 14 13 12 11 10 9 8 7 6 5 4.9" ; fi
68
68
69
69
for version in $versions ; do
70
70
_major=" ${version%% .* } "
Original file line number Diff line number Diff line change 23
23
${{ if parameters.args.artifactName }} :
24
24
artifactName : ${{ parameters.args.artifactName }}
25
25
${{ if parameters.args.properties }} :
26
- properties : ${{ properties .args.properties }}
26
+ properties : ${{ parameters .args.properties }}
Original file line number Diff line number Diff line change 31
31
${{ if parameters.args.parallelCount }} :
32
32
parallelCount : ${{ parameters.args.parallelCount }}
33
33
${{ if parameters.args.properties }} :
34
- properties : ${{ properties .args.properties }}
34
+ properties : ${{ parameters .args.properties }}
Original file line number Diff line number Diff line change 14
14
"version" : " 9.0.100-preview.3.24204.13"
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24229 .1" ,
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24253 .1" ,
18
18
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23409.5"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments