From d12dedb5262ff9b4d7a09bb20700ef133b5c14fa Mon Sep 17 00:00:00 2001 From: Andreas Zerbst <73799582+andr317c@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:16:29 +0200 Subject: [PATCH] V14 QA update fetch depth (#17068) * Removed fetch depth * Added fetch depth 0 --- build/nightly-E2E-test-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index b50b2405d6b2..b1dfe9261cb2 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -9,7 +9,7 @@ schedules: branches: include: - v14/dev - ## Uncomment after merged to v15/dev + ## Uncomment after merged to v15/dev ## - v15/dev variables: @@ -42,7 +42,7 @@ stages: vmImage: 'ubuntu-latest' steps: - checkout: self - fetchDepth: 10 + fetchDepth: 0 submodules: true - task: UseDotNet@2 displayName: Use .NET SDK from global.json @@ -335,7 +335,7 @@ stages: displayName: Run application (Windows) condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT')) workingDirectory: $(Agent.BuildDirectory)/app - + # Ensures we have the package wait-on installed - pwsh: npm install wait-on displayName: Install wait-on package @@ -392,4 +392,4 @@ stages: condition: succeededOrFailed() inputs: targetPath: $(Build.ArtifactStagingDirectory) - artifact: 'Acceptance Tests - $(Agent.JobName) - Attempt #$(System.JobAttempt)' \ No newline at end of file + artifact: 'Acceptance Tests - $(Agent.JobName) - Attempt #$(System.JobAttempt)'