Skip to content

Commit

Permalink
ci: move az config to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KagamiChan committed Feb 17, 2021
1 parent 51287b6 commit 47febe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml → .azure/azure-pipelines.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools snapcraft
displayName: 'Linux system dependencies'
- template: build/azure-pipeline-steps.yml
- template: shared-steps.yml

- job: macOS
strategy:
Expand All @@ -29,7 +29,7 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
- template: build/azure-pipeline-steps.yml
- template: shared-steps.yml

- job: Windows
strategy:
Expand All @@ -39,4 +39,4 @@ jobs:
pool:
vmImage: 'windows-latest'
steps:
- template: build/azure-pipeline-steps.yml
- template: shared-steps.yml
File renamed without changes.

0 comments on commit 47febe1

Please sign in to comment.