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)'