Switch packages for Ubuntu & macOS to use tar.gz format instead of zip #6

Merged
maxim-lobanov merged 7 commits from v-malob/switch-to-tar-gz into master 2020-04-23 20:42:49 +05:00
Showing only changes of commit 64469f777c - Show all commits

View File

@@ -34,8 +34,6 @@ jobs:
inputs: inputs:
targetType: inline targetType: inline
script: | script: |
$pwd
Get-ChildItem
if ("$(Platform)" -match 'win32') { powershell ./setup.ps1 } else { sh ./setup.sh } if ("$(Platform)" -match 'win32') { powershell ./setup.ps1 } else { sh ./setup.sh }
workingDirectory: '$(Build.BinariesDirectory)' workingDirectory: '$(Build.BinariesDirectory)'