projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e54f6
)
Switch the channel from 8.0 to 8.0-preview (#83984)
author
Kunal Pathak
<Kunal.Pathak@microsoft.com>
Mon, 27 Mar 2023 19:30:17 +0000
(12:30 -0700)
committer
GitHub
<noreply@github.com>
Mon, 27 Mar 2023 19:30:17 +0000
(12:30 -0700)
src/coreclr/scripts/superpmi_collect_setup.py
patch
|
blob
|
history
diff --git
a/src/coreclr/scripts/superpmi_collect_setup.py
b/src/coreclr/scripts/superpmi_collect_setup.py
index e9d5f1e518346f047cdbef6f0d3adfdb7c0dd63d..67be53594a910c706cca06051d5364bdf89d1a82 100644
(file)
--- a/
src/coreclr/scripts/superpmi_collect_setup.py
+++ b/
src/coreclr/scripts/superpmi_collect_setup.py
@@
-405,7
+405,7
@@
def setup_microbenchmark(workitem_directory, arch):
# have not published yet. As a result, we hit errors of "dotnet restore". As a workaround, hard code the
# working version until we move to ".NET 8" in the script.
run_command(
- get_python_name() + [dotnet_install_script, "install", "--channels", "
release/8.0
", "--architecture", arch, "--install-dir",
+ get_python_name() + [dotnet_install_script, "install", "--channels", "
8.0-preview
", "--architecture", arch, "--install-dir",
dotnet_directory, "--verbose"])