mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-09 14:10:09 +00:00
Tweak CI build triggers
This commit is contained in:
parent
5d89f10d10
commit
17cb43de7e
@ -49,6 +49,10 @@ These components are designed to work without requiring any content from the leg
|
|||||||
|
|
||||||
+ XDSP.h - Digital Signal Processing helper functions
|
+ XDSP.h - Digital Signal Processing helper functions
|
||||||
|
|
||||||
|
* ``build\``
|
||||||
|
|
||||||
|
+ Contains YAML files for the build pipelines along with some miscellaneous build files and scripts.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Documentation is available on the [Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/dxmath/directxmath-portal). Additional information can be found on the [project wiki](https://github.com/microsoft/DirectXMath/wiki).
|
Documentation is available on the [Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/dxmath/directxmath-portal). Additional information can be found on the [project wiki](https://github.com/microsoft/DirectXMath/wiki).
|
||||||
|
@ -18,7 +18,14 @@ resources:
|
|||||||
type: git
|
type: git
|
||||||
ref: refs/heads/main
|
ref: refs/heads/main
|
||||||
trigger:
|
trigger:
|
||||||
- main
|
branches:
|
||||||
|
include:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- README.md
|
||||||
|
- HISTORY.md
|
||||||
|
- SECURITY.md
|
||||||
|
|
||||||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||||
|
|
||||||
|
@ -18,7 +18,14 @@ resources:
|
|||||||
type: git
|
type: git
|
||||||
ref: refs/heads/main
|
ref: refs/heads/main
|
||||||
trigger:
|
trigger:
|
||||||
- main
|
branches:
|
||||||
|
include:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- README.md
|
||||||
|
- HISTORY.md
|
||||||
|
- SECURITY.md
|
||||||
|
|
||||||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user