Enabling source link for some legs where we had it disabled before due to native dependencies that now are no longer required.
This commit is contained in:
parent
7fd0e1c6a8
commit
49727b0a50
1 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ jobs:
|
|||
_BuildArchitecture: arm
|
||||
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||
_DropSuffix: ''
|
||||
_AdditionalBuildParameters: '/p:DisableSourceLink=true'
|
||||
|
||||
- template: /eng/build.yml
|
||||
parameters:
|
||||
|
@ -190,7 +189,6 @@ jobs:
|
|||
_RuntimeIdentifier: '--runtime-id rhel.6-x64'
|
||||
_BuildArchitecture: 'x64'
|
||||
_DropSuffix: ''
|
||||
_AdditionalBuildParameters: '/p:DisableSourceLink=true'
|
||||
Build_Linux_musl_Release_x64:
|
||||
_BuildConfig: Release
|
||||
_DockerParameter: '--docker alpine.3.6'
|
||||
|
|
Loading…
Reference in a new issue