Turning off rpm and deb legs, since they are not generating the right artifacts yet and also attempt to work around the signing issue by removing the strong name siging cert that is causing issues.

This commit is contained in:
Livar 2018-12-20 17:50:56 -08:00
parent 5e6ea18043
commit 4f4468c5f1
2 changed files with 24 additions and 14 deletions

View file

@ -198,20 +198,21 @@ jobs:
_RuntimeIdentifier: '--runtime-id linux-musl-x64'
_BuildArchitecture: 'x64'
_DropSuffix: ''
Build_Linux_Portable_Deb_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker ubuntu.16.04'
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
_DropSuffix: ''
Build_Linux_Portable_Rpm_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker rhel'
_LinuxPortable: '--linux-portable'
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
_DropSuffix: ''
# disabling these for now. I am missing something and it is not generating deb and rpm
# Build_Linux_Portable_Deb_Release_x64:
# _BuildConfig: Release
# _DockerParameter: '--docker ubuntu.16.04'
# _LinuxPortable: '--linux-portable'
# _RuntimeIdentifier: ''
# _BuildArchitecture: 'x64'
# _DropSuffix: ''
# Build_Linux_Portable_Rpm_Release_x64:
# _BuildConfig: Release
# _DockerParameter: '--docker rhel'
# _LinuxPortable: '--linux-portable'
# _RuntimeIdentifier: ''
# _BuildArchitecture: 'x64'
# _DropSuffix: ''
Build_LinuxPortable_Release_x64:
_BuildConfig: Release
_DockerParameter: ''

9
eng/Signing.props Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
<Project>
<ItemGroup>
<StrongNameSignInfo Remove="MsSharedLib72" />
</ItemGroup>
</Project>