Claire Novotny 5 anos atrás
pai
commit
c96cff8f21
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      azure-pipelines.rx.yml

+ 2 - 2
azure-pipelines.rx.yml

@@ -106,7 +106,7 @@ stages:
       artifact: ApprovalsTests
       artifact: ApprovalsTests
       condition: always()
       condition: always()
 
 
-- stage: Test
+- stage: IntegrationTests
   jobs:
   jobs:
   - job: Integration_Linux_Tests
   - job: Integration_Linux_Tests
     pool:
     pool:
@@ -258,7 +258,7 @@ stages:
       displayName: Run Tests on Window Desktop
       displayName: Run Tests on Window Desktop
 
 
 - stage: CodeSign
 - stage: CodeSign
-  condition: and(succeeded('Test'), not(eq(variables['build.reason'], 'PullRequest')))
+  condition: and(succeeded('IntegrationTests'), not(eq(variables['build.reason'], 'PullRequest')))
   jobs:
   jobs:
   - deployment: CodeSign
   - deployment: CodeSign
     displayName: Code Signing
     displayName: Code Signing