From 0221dd3a4faaf150c2a24a7e8dc7ff0b6e6d201a Mon Sep 17 00:00:00 2001 From: Andreas Zerbst Date: Mon, 16 Sep 2024 10:27:07 +0200 Subject: [PATCH 1/2] Removed fetch depth --- build/nightly-E2E-test-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index b50b2405d6b2..0a21de19a499 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,6 @@ stages: vmImage: 'ubuntu-latest' steps: - checkout: self - fetchDepth: 10 submodules: true - task: UseDotNet@2 displayName: Use .NET SDK from global.json @@ -335,7 +334,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 +391,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)' From 244d808b787fc840bbd50518d9bd65e12f35a332 Mon Sep 17 00:00:00 2001 From: Andreas Zerbst Date: Mon, 16 Sep 2024 10:33:11 +0200 Subject: [PATCH 2/2] Added fetch depth 0 --- build/nightly-E2E-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index 0a21de19a499..b1dfe9261cb2 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -42,6 +42,7 @@ stages: vmImage: 'ubuntu-latest' steps: - checkout: self + fetchDepth: 0 submodules: true - task: UseDotNet@2 displayName: Use .NET SDK from global.json