Skip to content

Commit

Permalink
V14 QA update fetch depth (#17068)
Browse files Browse the repository at this point in the history
* Removed fetch depth

* Added fetch depth 0
  • Loading branch information
andr317c authored Sep 17, 2024
1 parent 017209c commit d12dedb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/nightly-E2E-test-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schedules:
branches:
include:
- v14/dev
## Uncomment after merged to v15/dev
## Uncomment after merged to v15/dev
## - v15/dev

variables:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -392,4 +392,4 @@ stages:
condition: succeededOrFailed()
inputs:
targetPath: $(Build.ArtifactStagingDirectory)
artifact: 'Acceptance Tests - $(Agent.JobName) - Attempt #$(System.JobAttempt)'
artifact: 'Acceptance Tests - $(Agent.JobName) - Attempt #$(System.JobAttempt)'

0 comments on commit d12dedb

Please sign in to comment.