commit 1499c8f09dd4caee9bfcb82ea61bb06c0ee718d9 parent ad36aae79a7ef1ef5f56f50168d05617e768344a Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Wed, 12 Oct 2022 17:45:08 +0100 Update SDE version Diffstat:
M | azure-pipelines.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -225,9 +225,9 @@ jobs: - bash: | set -e - curl -o "$(Agent.TempDirectory)/sde.tar.bz2" -L $(SDE_URL_MACOS2) + curl -o "$(Agent.TempDirectory)/sde.tar.xz" -L $(SDE_URL_MACOS3) mkdir -p "$(Agent.TempDirectory)/sde-bin" - tar -C "$(Agent.TempDirectory)/sde-bin" -xjf "$(Agent.TempDirectory)/sde.tar.bz2" --strip 1 + tar -C "$(Agent.TempDirectory)/sde-bin" -xJf "$(Agent.TempDirectory)/sde.tar.xz" --strip 1 export PATH=$PATH:$(Agent.TempDirectory)/sde-bin sde64 -help || true