Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .vsts-ci/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ phases:
displayName: Set Build Name for Non-PR
condition: ne(variables['Build.Reason'], 'PullRequest')

# Several scripts require TMPDIR to exist
# Set it to AGENT_TEMPDIRECTORY so that we know it exists
- powershell: |
Write-Host "##vso[task.setvariable variable=TMPDIR]$env:AGENT_TEMPDIRECTORY"
displayName: Set TMPDIR to AGENT_TEMPDIRECTORY
condition: succeededOrFailed()

- powershell: |
git submodule update --init
displayName: SubModule Init
Expand Down