diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7b201e28f..06974a1fe 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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: '' diff --git a/eng/Signing.props b/eng/Signing.props new file mode 100644 index 000000000..849eb3d07 --- /dev/null +++ b/eng/Signing.props @@ -0,0 +1,9 @@ + + + + + + + + +