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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2021-02-11 00:41:15 +0300
committerGitHub <noreply@github.com>2021-02-11 00:41:15 +0300
commit9962cfd2eee6b4aa7909ea0ea6e08151bbeed77f (patch)
tree0a09caa308fcfce112def7515d8a9585dbab2e0a /src/coreclr/build-runtime.cmd
parentc58b4bc950bbc5665b0d3f94be6782e7ffcf432b (diff)
Add pgo instrument job (#47745)
Adds a new flag for building packages instrumented with PGO data. The packages have new names as well, <package>.PGO. Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
Diffstat (limited to 'src/coreclr/build-runtime.cmd')
-rw-r--r--src/coreclr/build-runtime.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/build-runtime.cmd b/src/coreclr/build-runtime.cmd
index 22385f371ae..89d9cd24e4d 100644
--- a/src/coreclr/build-runtime.cmd
+++ b/src/coreclr/build-runtime.cmd
@@ -597,7 +597,7 @@ if %__BuildNative% EQU 1 (
echo %__MsgPrefix%Commencing build of native components for %__TargetOS%.%__BuildArch%.%__BuildType%
REM Set the environment for the native build
- set __VCBuildArch=x86_amd64
+ set __VCBuildArch=amd64
if /i "%__BuildArch%" == "x86" ( set __VCBuildArch=x86 )
if /i "%__BuildArch%" == "arm" (
set __VCBuildArch=x86_arm