Skip to content

Commit 396b6c2

Browse files
authored
Migrate ADO pipelines to .azuredevops folder (#217)
1 parent 8cf35a7 commit 396b6c2

24 files changed

+85
-15
lines changed

build/DirectXMesh-GitHub-CMake-Dev17.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-CMake-Dev17.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ trigger:
2626
- build/*.props
2727
- build/*.ps1
2828
- build/*.targets
29+
- build/*.xvd
2930

3031
pr:
3132
branches:
@@ -41,6 +42,7 @@ pr:
4142
- build/*.props
4243
- build/*.ps1
4344
- build/*.targets
45+
- build/*.xvd
4446
drafts: false
4547

4648
resources:

build/DirectXMesh-GitHub-CMake.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-CMake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ trigger:
2626
- build/*.props
2727
- build/*.ps1
2828
- build/*.targets
29+
- build/*.xvd
2930

3031
pr:
3132
branches:
@@ -41,6 +42,7 @@ pr:
4142
- build/*.props
4243
- build/*.ps1
4344
- build/*.targets
45+
- build/*.xvd
4446
drafts: false
4547

4648
resources:

build/DirectXMesh-GitHub-Dev17.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-Dev17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pr:
2020
- main
2121
paths:
2222
include:
23-
- build/DirectXMesh-GitHub-Dev17.yml
23+
- '.azuredevops/pipelines/DirectXMesh-GitHub-Dev17.yml'
2424

2525
resources:
2626
repositories:

build/DirectXMesh-GitHub-GDK-Dev17.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-GDK-Dev17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pr:
2020
- main
2121
paths:
2222
include:
23+
- '.azuredevops/pipelines/DirectXMesh-GitHub-GDK-Dev17.yml'
2324
- CMakeList.txt
24-
- build/DirectXMesh-GitHub-GDK-Dev17.yml
2525
- build/*.in
2626
- build/*.cmake
2727
- build/SetupBWOI.*

build/DirectXMesh-GitHub-MinGW.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-MinGW.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ trigger:
2626
- build/*.props
2727
- build/*.ps1
2828
- build/*.targets
29+
- build/*.xvd
2930

3031
pr:
3132
branches:
@@ -41,6 +42,7 @@ pr:
4142
- build/*.props
4243
- build/*.ps1
4344
- build/*.targets
45+
- build/*.xvd
4446
drafts: false
4547

4648
resources:

build/DirectXMesh-GitHub-Test-Dev17.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-Test-Dev17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pr:
2020
- main
2121
paths:
2222
include:
23-
- build/DirectXMesh-GitHub-Test-Dev17.yml
23+
- '.azuredevops/pipelines/DirectXMesh-GitHub-Test-Dev17.yml'
2424

2525
resources:
2626
repositories:

build/DirectXMesh-GitHub-Test.yml renamed to .azuredevops/pipelines/DirectXMesh-GitHub-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pr:
2020
- main
2121
paths:
2222
include:
23-
- build/DirectXMesh-GitHub-Test.yml
23+
- '.azuredevops/pipelines/DirectXMesh-GitHub-Test.yml'
2424

2525
resources:
2626
repositories:

0 commit comments

Comments
 (0)