Claire Novotny 5 年之前
父節點
當前提交
c96cff8f21
共有 1 個文件被更改,包括 2 次插入2 次删除
  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