1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-08 13:40:09 +00:00

Update ADO pipeline exclusion paths (#189)

This commit is contained in:
Chuck Walbourn 2024-04-04 22:53:53 -07:00 committed by GitHub
parent 58f045a6ca
commit 4a4f18f33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 95 additions and 25 deletions

View File

@ -13,13 +13,24 @@ schedules:
- main
trigger: none
pr: none
pr:
branches:
include:
- main
paths:
include:
- CMake*
- build/*.cmake
- build/*.in
- build/DirectXMath-GitHub-CMake-Dev17.yml
resources:
repositories:
- repository: self
type: git
ref: refs/heads/main
trigger: none
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

View File

@ -17,15 +17,20 @@ trigger:
include:
- main
paths:
include:
- CMakeLists.txt
exclude:
- '*.md'
- LICENSE
- '.nuget/*'
pr:
branches:
include:
- main
paths:
include:
- CMakeLists.txt
exclude:
- '*.md'
- LICENSE
- '.nuget/*'
resources:
repositories:

View File

@ -13,13 +13,21 @@ schedules:
- main
trigger: none
pr: none
pr:
branches:
include:
- main
paths:
include:
- build/DirectXMath-GitHub-Dev17.yml
resources:
repositories:
- repository: self
type: git
ref: refs/heads/main
trigger: none
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
@ -288,3 +296,35 @@ jobs:
platform: x86
configuration: x87 Release
msbuildArchitecture: x64
- task: VSBuild@1
displayName: Build solution shmath_2022.sln x64dbg
inputs:
solution: Tests/shmath/shmath_2022.sln
vsVersion: 17.0
platform: x64
configuration: Debug
msbuildArchitecture: x64
- task: VSBuild@1
displayName: Build solution shmath_2022.sln x64rel
inputs:
solution: Tests/shmath/shmath_2022.sln
vsVersion: 17.0
platform: x64
configuration: Release
msbuildArchitecture: x64
- task: VSBuild@1
displayName: Build solution XDSPTest_2022 x64dbg
inputs:
solution: Tests/xdsp/XDSPTest_2022.sln
vsVersion: 17.0
platform: x64
configuration: Debug
msbuildArchitecture: x64
- task: VSBuild@1
displayName: Build solution XDSPTest_2022 x64rel
inputs:
solution: Tests/xdsp/XDSPTest_2022.sln
vsVersion: 17.0
platform: x64
configuration: Release
msbuildArchitecture: x64

View File

@ -18,20 +18,19 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- '.nuget/*'
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- '.nuget/*'
drafts: false
resources:

View File

@ -13,13 +13,24 @@ schedules:
- main
trigger: none
pr: none
pr:
branches:
include:
- main
paths:
include:
- CMake*
- build/*.cmake
- build/*.in
- build/DirectXMath-GitHub-WSL-11.yml
resources:
repositories:
- repository: self
type: git
ref: refs/heads/main
trigger: none
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

View File

@ -18,20 +18,19 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- '.nuget/*'
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- '.nuget/*'
drafts: false
resources:

View File

@ -18,20 +18,25 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- CMake*
- '.nuget/*'
- build/*.cmake
- build/*.in
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- '*.md'
- LICENSE
- CMake*
- '.nuget/*'
- build/*.cmake
- build/*.in
drafts: false
resources: