File tree Expand file tree Collapse file tree
azure-pipelines/pr-validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646variables :
4747 - name : appName
48- value : ' AuthorizationAPI '
48+ value : ' Auth '
4949 - name : System.Debug
5050 value : ' false'
5151
@@ -74,22 +74,3 @@ stages:
7474 acrRegistryUrl : ' acrsharedd01.azurecr.io'
7575 acrServiceConnection : ' Azure_ACR_Connection'
7676 workingDirectoryForDocker : ' $(System.DefaultWorkingDirectory)/src'
77-
78- - template : ../templates/build-test-scan-jobs.yml
79- parameters :
80- JobName : ' Build_Test_Scan_${{ variables.appName }}'
81- solution : ' $(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
82- buildConfiguration : ' Release'
83- backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.Presentation'
84- shouldRunUnitTests : false
85- shouldRunIntegrationTests : true
86- integrationTestsProjectPath : ' $(System.DefaultWorkingDirectory)/src/authorization/EventTriangleAPI.Authorization.IntegrationTests/EventTriangleAPI.Authorization.IntegrationTests.csproj'
87- dockerRegistryUrl : ' docker.io/kaminome'
88- dockerBuildParameterUrl : ' https://auth-eventtriangle.razumovsky.me/'
89- imageRepository : ' auth-service'
90- dockerfilePath : ' $(System.DefaultWorkingDirectory)/src/authorization/Dockerfile'
91- dockerServiceConnection : ' Docker_Hub_Connection'
92- shouldPushToAcr : true
93- acrRegistryUrl : ' acrsharedd01.azurecr.io'
94- acrServiceConnection : ' Azure_ACR_Connection'
95- workingDirectoryForDocker : ' $(System.DefaultWorkingDirectory)/src'
Original file line number Diff line number Diff line change 4545
4646variables :
4747 - name : appName
48- value : ' ConsumerAPI '
48+ value : ' Consumer '
4949 - name : System.Debug
5050 value : ' false'
5151
@@ -58,7 +58,7 @@ stages:
5858 jobs :
5959 - template : ../templates/docker-build-push-jobs.yml
6060 parameters :
61- JobName : ' PR_Validation_ ${{ variables.appName }}'
61+ JobName : ' Docker_Push_ ${{ variables.appName }}'
6262 solution : ' $(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
6363 buildConfiguration : ' Release'
6464 backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/consumer/EventTriangleAPI.Consumer.Presentation'
Original file line number Diff line number Diff line change 4545
4646variables :
4747 - name : appName
48- value : ' SenderAPI '
48+ value : ' Sender '
4949 - name : System.Debug
5050 value : ' false'
5151
@@ -58,7 +58,7 @@ stages:
5858 jobs :
5959 - template : ../templates/docker-build-push-jobs.yml
6060 parameters :
61- JobName : ' PR_Validation_ ${{ variables.appName }}'
61+ JobName : ' Docker_Push_ ${{ variables.appName }}'
6262 solution : ' $(System.DefaultWorkingDirectory)/EventTriangleAPI.sln'
6363 buildConfiguration : ' Release'
6464 backendProjectPath : ' $(System.DefaultWorkingDirectory)/src/sender/EventTriangleAPI.Sender.Presentation'
You can’t perform that action at this time.
0 commit comments