Skip to content

Commit c9829d0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20200112.1 (#18312)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20062.1 - Microsoft.DotNet.GenAPI - 5.0.0-beta.20062.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20062.1
1 parent 605c522 commit c9829d0

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,17 @@
417417
<Uri>https://github.com/dotnet/extensions</Uri>
418418
<Sha>d0ae16ea86aa6bd6c533e2a6fe8b5bdd38607f91</Sha>
419419
</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">
421421
<Uri>https://github.com/dotnet/arcade</Uri>
422-
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
422+
<Sha>250782df013aa8586e21bb225f8efd715372dcf1</Sha>
423423
</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">
425425
<Uri>https://github.com/dotnet/arcade</Uri>
426-
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
426+
<Sha>250782df013aa8586e21bb225f8efd715372dcf1</Sha>
427427
</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">
429429
<Uri>https://github.com/dotnet/arcade</Uri>
430-
<Sha>48bae09d7d8ec0e6879fe2b8d08872cd87f084ca</Sha>
430+
<Sha>250782df013aa8586e21bb225f8efd715372dcf1</Sha>
431431
</Dependency>
432432
<Dependency Name="Microsoft.AspNetCore.Testing" Version="5.0.0-alpha.1.20060.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
433433
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
-->
6161
<PropertyGroup Label="Automated">
6262
<!-- Packages from dotnet/arcade -->
63-
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20058.1</MicrosoftDotNetGenAPIPackageVersion>
63+
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20062.1</MicrosoftDotNetGenAPIPackageVersion>
6464
<!-- Packages from dotnet/roslyn -->
6565
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta1-19606-04</MicrosoftNetCompilersToolsetPackageVersion>
6666
<!-- Packages from dotnet/core-setup -->

eng/common/performance/performance-setup.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ if ($Internal) {
4949
$HelixSourcePrefix = "official"
5050
}
5151

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"
5354
$SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments"
5455

5556
if ($RunFromPerformanceRepo) {

eng/common/performance/performance-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if [[ "$internal" == true ]]; then
164164
fi
165165
fi
166166

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"
168168
setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"
169169

170170
if [[ "$run_from_perf_repo" = true ]]; then

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"msbuild-sdks": {
2727
"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"
3030
}
3131
}

0 commit comments

Comments
 (0)