Skip to content

Commit e2eefcd

Browse files
committed
fix in template file set system env
1 parent c4e73bb commit e2eefcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/job-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- ${{ if eq(parameters.pool.name, 'Hosted macOS High Sierra') }}:
4646
- script: brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb && brew install mono-libgdiplus gettext && brew link gettext --force && brew link libomp --force
4747
displayName: Install build dependencies
48-
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):LD_LIBRARY_PATH"
48+
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"
4949
displayName: Set LD_LIBRARY_PATH for Ubuntu to locate Native shared library
5050
condition: ${{ and(eq(parameters.nightlyBuild, 'true'), eq(parameters.name, 'Ubuntu_x64_NetCoreApp21')) }}
5151
- script: ${{ parameters.buildScript }} -$(_configuration) -buildArch=${{ parameters.architecture }}

0 commit comments

Comments
 (0)