Skip to content

Commit

Permalink
V14/chore/pipelines e2e nuget (#16066)
Browse files Browse the repository at this point in the history
* make the myget release wait for e2e tests

* update api docs after the nuget stage
  • Loading branch information
iOvergaard authored Apr 16, 2024
1 parent 43bf2a2 commit a15c8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ stages:
dependsOn:
- Unit
- Integration
# - E2E
- E2E
condition: and(succeeded(), or(eq(dependencies.Build.outputs['A.build.NBGV_PublicRelease'], 'True'), ${{parameters.myGetDeploy}}))
jobs:
- job:
Expand Down Expand Up @@ -834,7 +834,7 @@ stages:
displayName: Upload API Documentation
dependsOn:
- Build
- Deploy_MyGet # Change to "Deploy_Nuget" after release of v14
- Deploy_NuGet
condition: and(succeeded(), or(eq(dependencies.Build.outputs['A.build.NBGV_PublicRelease'], 'True'), ${{parameters.uploadApiDocs}}))
jobs:
- job:
Expand Down

0 comments on commit a15c8dd

Please sign in to comment.