Updated variables

This commit is contained in:
Tim McCarthy 2020-01-26 16:23:11 -08:00
parent e2edccd03f
commit 2fd5a2dd67
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ variables:
ProjectName: Basket.API
OpenShiftProject: development
AppName: basketapi
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger:
branches:
include:
@ -20,3 +21,4 @@ jobs:
ProjectName: $(ProjectName)
OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)

View File

@ -2,7 +2,7 @@ parameters:
ProjectName: ''
OpenShiftProject: ''
AppName: ''
OpenShiftServiceConnection: 'OpenShift on ARO'
OpenShiftServiceConnection: ''
jobs:
- job: Container_Build
dependsOn: Restore_Build_Publish