File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 417
417
<Uri >https://github.com/dotnet/extensions</Uri >
418
418
<Sha >d0ae16ea86aa6bd6c533e2a6fe8b5bdd38607f91</Sha >
419
419
</Dependency >
420
- <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 5.0.0-beta.20058 .1" >
420
+ <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 5.0.0-beta.20062 .1" >
421
421
<Uri >https://github.com/dotnet/arcade</Uri >
422
- <Sha >48bae09d7d8ec0e6879fe2b8d08872cd87f084ca </Sha >
422
+ <Sha >250782df013aa8586e21bb225f8efd715372dcf1 </Sha >
423
423
</Dependency >
424
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.20058 .1" >
424
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.20062 .1" >
425
425
<Uri >https://github.com/dotnet/arcade</Uri >
426
- <Sha >48bae09d7d8ec0e6879fe2b8d08872cd87f084ca </Sha >
426
+ <Sha >250782df013aa8586e21bb225f8efd715372dcf1 </Sha >
427
427
</Dependency >
428
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 5.0.0-beta.20058 .1" >
428
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 5.0.0-beta.20062 .1" >
429
429
<Uri >https://github.com/dotnet/arcade</Uri >
430
- <Sha >48bae09d7d8ec0e6879fe2b8d08872cd87f084ca </Sha >
430
+ <Sha >250782df013aa8586e21bb225f8efd715372dcf1 </Sha >
431
431
</Dependency >
432
432
<Dependency Name =" Microsoft.AspNetCore.Testing" Version =" 5.0.0-alpha.1.20060.1" CoherentParentDependency =" Microsoft.AspNetCore.Razor.Language" >
433
433
<Uri >https://github.com/dotnet/extensions</Uri >
Original file line number Diff line number Diff line change 60
60
-->
61
61
<PropertyGroup Label =" Automated" >
62
62
<!-- Packages from dotnet/arcade -->
63
- <MicrosoftDotNetGenAPIPackageVersion >5.0.0-beta.20058 .1</MicrosoftDotNetGenAPIPackageVersion >
63
+ <MicrosoftDotNetGenAPIPackageVersion >5.0.0-beta.20062 .1</MicrosoftDotNetGenAPIPackageVersion >
64
64
<!-- Packages from dotnet/roslyn -->
65
65
<MicrosoftNetCompilersToolsetPackageVersion >3.5.0-beta1-19606-04</MicrosoftNetCompilersToolsetPackageVersion >
66
66
<!-- Packages from dotnet/core-setup -->
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ if ($Internal) {
49
49
$HelixSourcePrefix = " official"
50
50
}
51
51
52
- $CommonSetupArguments = " --frameworks $Framework --queue $Queue --build-number $BuildNumber --build-configs $Configurations "
52
+ # FIX ME: This is a workaround until we get this from the actual pipeline
53
+ $CommonSetupArguments = " --channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations "
53
54
$SetupArguments = " --repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments "
54
55
55
56
if ($RunFromPerformanceRepo ) {
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ if [[ "$internal" == true ]]; then
164
164
fi
165
165
fi
166
166
167
- common_setup_arguments=" --frameworks $framework --queue $queue --build-number $build_number --build-configs $configurations "
167
+ common_setup_arguments=" --channel master --queue $queue --build-number $build_number --build-configs $configurations "
168
168
setup_arguments=" --repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments "
169
169
170
170
if [[ " $run_from_perf_repo " = true ]]; then
Original file line number Diff line number Diff line change 25
25
},
26
26
"msbuild-sdks" : {
27
27
"Yarn.MSBuild" : " 1.15.2" ,
28
- "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20058 .1" ,
29
- "Microsoft.DotNet.Helix.Sdk" : " 5.0.0-beta.20058 .1"
28
+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.20062 .1" ,
29
+ "Microsoft.DotNet.Helix.Sdk" : " 5.0.0-beta.20062 .1"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments