Claire Novotny 5 years ago
parent
commit
c96cff8f21
1 changed files with 2 additions and 2 deletions
  1. 2 2
      azure-pipelines.rx.yml

+ 2 - 2
azure-pipelines.rx.yml

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