Skip to content

Commit

Permalink
templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 22, 2024
1 parent bbe695a commit 9da7e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ stages:
modifyEnvironment: true
workingFolder: '$(Build.BinariesDirectory)'

- template: download-deps.yml
- template: ../templates/download-deps.yml

- task: PythonScript@0
displayName: 'Update deps.txt'
Expand Down Expand Up @@ -306,7 +306,7 @@ stages:

- template: use-xcode-version.yml

- template: download-deps.yml
- template: ../templates/download-deps.yml

- task: PythonScript@0
displayName: 'Update deps.txt'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stages:
tsaConfigFilePath: '$(Build.SourcesDirectory)\.config\tsaoptions.json'
appendSourceBranchName: false

- template: download-deps.yml
- template: ../templates/download-deps.yml

- ${{ if ne(parameters.ENV_SETUP_SCRIPT, '') }}:
- template: jobs/set-winenv.yml
Expand Down

0 comments on commit 9da7e77

Please sign in to comment.