From: Kunal Pathak Date: Tue, 31 Jan 2023 08:24:06 +0000 (-0800) Subject: fix the space in build-job.yml (#81414) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~4327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c442fcb36e73eb3d8be10423a45389ce2a468b9;p=platform%2Fupstream%2Fdotnet%2Fruntime.git fix the space in build-job.yml (#81414) --- diff --git a/eng/pipelines/coreclr/templates/build-job.yml b/eng/pipelines/coreclr/templates/build-job.yml index cf2a0e3..0852566 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'