Skip to content

Commit dfa02f5

Browse files
authored
Migrate ADO pipelines to .azuredevops folder (#241)
1 parent 722d234 commit dfa02f5

17 files changed

+14
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pr:
2020
- main
2121
paths:
2222
include:
23+
- '.azuredevops/pipelines/DirectXMath-GitHub-CMake-Dev17.yml'
2324
- CMake*
2425
- build/*.cmake
2526
- build/*.in
26-
- build/DirectXMath-GitHub-CMake-Dev17.yml
2727

2828
resources:
2929
repositories:

build/DirectXMath-GitHub-Dev17.yml renamed to .azuredevops/pipelines/DirectXMath-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/*-GitHub-Dev17.yml
23+
- '.azuredevops/pipelines/DirectXMath-GitHub-Dev17.yml'
2424

2525
resources:
2626
repositories:

build/DirectXMath-GitHub-WSL-11.yml renamed to .azuredevops/pipelines/DirectXMath-GitHub-WSL-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pr:
2020
- main
2121
paths:
2222
include:
23+
- '.azuredevops/pipelines/DirectXMath-GitHub-WSL-11.yml'
2324
- CMake*
2425
- build/*.cmake
2526
- build/*.in
26-
- build/DirectXMath-GitHub-WSL-11.yml
2727

2828
resources:
2929
repositories:

build/DirectXMath-GitHub.yml renamed to .azuredevops/pipelines/DirectXMath-GitHub.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/DirectXMath-GitHub.yml
23+
- '.azuredevops/pipelines/DirectXMath-GitHub.yml'
2424

2525
resources:
2626
repositories:

build/DirectXMath-SDL.yml renamed to .azuredevops/pipelines/DirectXMath-SDL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pr:
2121
- main
2222
paths:
2323
include:
24-
- build/DirectXMath-SDL.yml
24+
- '.azuredevops/pipelines/DirectXMath-SDL.yml'
2525

2626
resources:
2727
repositories:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
paths-ignore:
1414
- '*.md'
1515
- LICENSE
16+
- '.azuredevops/*'
1617
- '.nuget/*'
1718
- build/*.ps1
18-
- build/*.yml
1919
schedule:
2020
- cron: '34 18 * * 6'
2121

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
paths-ignore:
1414
- '*.md'
1515
- LICENSE
16+
- '.azuredevops/*'
1617
- '.nuget/*'
1718
- build/*.ps1
18-
- build/*.yml
1919

2020
permissions:
2121
contents: read

0 commit comments

Comments
 (0)