We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a04c6 commit 89938fdCopy full SHA for 89938fd
eng/testing/performance/performance-setup.ps1
@@ -3,7 +3,7 @@ Param(
3
[string] $CoreRootDirectory,
4
[string] $BaselineCoreRootDirectory,
5
[string] $Architecture="x64",
6
- [string] $Framework="net5.0",
+ [string] $Framework,
7
[string] $CompilationMode="Tiered",
8
[string] $Repository=$env:BUILD_REPOSITORY_NAME,
9
[string] $Branch=$env:BUILD_SOURCEBRANCH,
eng/testing/performance/performance-setup.sh
@@ -7,7 +7,7 @@ source_directory=$BUILD_SOURCESDIRECTORY
core_root_directory=
baseline_core_root_directory=
architecture=x64
10
-framework=net5.0
+framework=
11
compilation_mode=tiered
12
repository=$BUILD_REPOSITORY_NAME
13
branch=$BUILD_SOURCEBRANCH
0 commit comments