From 1c442fcb36e73eb3d8be10423a45389ce2a468b9 Mon Sep 17 00:00:00 2001 From: Kunal Pathak Date: Tue, 31 Jan 2023 00:24:06 -0800 Subject: [PATCH] fix the space in build-job.yml (#81414) --- eng/pipelines/coreclr/templates/build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/templates/build-job.yml b/eng/pipelines/coreclr/templates/build-job.yml index cf2a0e3a6766..08525668b575 100644 --- a/eng/pipelines/coreclr/templates/build-job.yml +++ b/eng/pipelines/coreclr/templates/build-job.yml @@ -149,7 +149,7 @@ jobs: value: '-portablebuild=false' - name: nativeSymbols - value: '' + value: '' - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - name: nativeSymbols value: '--keepnativesymbols'