git checkout -b feature-branch
This commit is contained in:
18
azure-pipelines-client-development.yml
Normal file
18
azure-pipelines-client-development.yml
Normal file
@ -0,0 +1,18 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- Development
|
||||
paths:
|
||||
include:
|
||||
- "Client/*"
|
||||
- "Shared/*"
|
||||
exclude:
|
||||
- "**/*.yaml"
|
||||
- "**/*.yml"
|
||||
- "Archive/*"
|
||||
- "Server/*"
|
||||
- "Tests/*"
|
||||
|
||||
pool:
|
||||
name: Mesa-IIS
|
||||
demands: OI-Metrology-Client-Development
|
Reference in New Issue
Block a user