Browse Source

update for dev changes for branches

staging
yusuf karatoprak 5 years ago
parent
commit
03c1fa5bdc
  1. 2
      azure-pipelines-1.yml
  2. 2
      azure-pipelines-2.yml
  3. 2
      azure-pipelines.eventhub.httpapi.host.yml
  4. 2
      azure-pipelines.eventhub.identityserver.yml
  5. 2
      azure-pipelines.eventhub.web.yml
  6. 3
      azure-pipelines.yml

2
azure-pipelines-1.yml

@ -1,5 +1,5 @@
trigger:
- main
- test
variables:

2
azure-pipelines-2.yml

@ -1,5 +1,5 @@
trigger:
- main
- test
variables:

2
azure-pipelines.eventhub.httpapi.host.yml

@ -1,5 +1,5 @@
trigger:
- main
- dev
variables:

2
azure-pipelines.eventhub.identityserver.yml

@ -1,5 +1,5 @@
trigger:
- main
- dev
variables:

2
azure-pipelines.eventhub.web.yml

@ -1,5 +1,5 @@
trigger:
- main
- dev
variables:

3
azure-pipelines.yml

@ -1,5 +1,5 @@
trigger:
- main
- test
variables:
@ -35,6 +35,7 @@ stages:
- upload: manifests
artifact: manifests
- stage: Deploy
displayName: Deploy stage
dependsOn: Build

Loading…
Cancel
Save