From cddfb1b49d8c07d0b952dd84fb6065f5a668cd03 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 17 Jan 2024 12:40:08 +0100 Subject: [PATCH] Update vmr-build.yml (#18274) --- eng/pipelines/templates/jobs/vmr-build.yml | 4 ++-- src/redist/targets/Crossgen.targets | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index 6c28af564..1cad2c091 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -225,9 +225,9 @@ jobs: # Allows Arcade to have access to the commit for the build customEnvVars="BUILD_SOURCEVERSION=$BUILD_SOURCEVERSION" - customBuildArgs= + customBuildArgs="--ci" if [[ '${{ parameters.runOnline }}' == 'True' ]]; then - customBuildArgs='--online' + customBuildArgs="$customBuildArgs --online" else customRunArgs="$customRunArgs --network none" fi diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 2723adfb7..076a28be9 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -2,7 +2,7 @@