mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
* try deleting compilation downput after it's been extracted * consolidate into same step as extraction * Update build/azure-pipelines/linux/sql-product-build-linux.yml --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -25,6 +25,8 @@ steps:
|
||||
- script: |
|
||||
set -e
|
||||
tar -xzf $(Pipeline.Workspace)/compilation.tar.gz
|
||||
# delete tar.gz after it's been extracted to clear up the space
|
||||
rm $(Pipeline.Workspace)/compilation.tar.gz
|
||||
displayName: Extract compilation output
|
||||
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user