Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-11-16 16:26:12 +0300
committerGitHub <noreply@github.com>2020-11-16 16:26:12 +0300
commitf0b44adb1015eec6c68330281b264052f8fe1790 (patch)
tree1f2d38e8ec856602aaa639dfa89708ece5f211c8 /eng/common/performance/performance-setup.ps1
parent8ee2557ccbaf9e4cf243f15b8cb95da4eddb18aa (diff)
Update dependencies from https://github.com/dotnet/arcade build 20201111.5 (#1630)
[master] Update dependencies from dotnet/arcade
Diffstat (limited to 'eng/common/performance/performance-setup.ps1')
-rw-r--r--eng/common/performance/performance-setup.ps14
1 files changed, 3 insertions, 1 deletions
diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1
index 656c0bd90..0edb2ae27 100644
--- a/eng/common/performance/performance-setup.ps1
+++ b/eng/common/performance/performance-setup.ps1
@@ -82,7 +82,9 @@ $SetupArguments = "--repository https://github.com/$Repository --branch $Branch
#This grabs the LKG version number of dotnet and passes it to our scripts
$VersionJSON = Get-Content global.json | ConvertFrom-Json
$DotNetVersion = $VersionJSON.tools.dotnet
-$SetupArguments = "--dotnet-versions $DotNetVersion $SetupArguments"
+# TODO: Change this back to parsing when we have a good story for dealing with TFM changes or when the LKG in runtime gets updated to include net6.0
+# $SetupArguments = "--dotnet-versions $DotNetVersion $SetupArguments"
+$SetupArguments = "--dotnet-versions 6.0.100-alpha.1.20553.6 $SetupArguments"
if ($RunFromPerformanceRepo) {