fix the space in build-job.yml (#81414)
authorKunal Pathak <Kunal.Pathak@microsoft.com>
Tue, 31 Jan 2023 08:24:06 +0000 (00:24 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 08:24:06 +0000 (00:24 -0800)
eng/pipelines/coreclr/templates/build-job.yml

index cf2a0e3..0852566 100644 (file)
@@ -149,7 +149,7 @@ jobs:
         value: '-portablebuild=false'
 
     - name: nativeSymbols
-        value: ''
+      value: ''
     - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
       - name: nativeSymbols
         value: '--keepnativesymbols'