dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Removed docker CP commands #439

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

The goal of this PR is to enable uploading of the dev timestamped packages for deb and rpm. Previously, we were uploading mssql-cli-dev-latest.xxx files.

Azure pipelines now use an updated docker cp command which copies the entire debian_output and rpm_output folders to the host machine, delete the mssql-cli-dev-latest.xxx file from the folder, and upload the remaining package to daily storage.