Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Nov 6, 2024
1 parent 171c854 commit 62dc1bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Pipelines/asa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ extends:
- stage: Test
dependsOn: []
jobs:
steps:
- script: echo Placeholder
- job: NoOp
displayName: NoOp
steps:
- script: echo Placeholder
6 changes: 4 additions & 2 deletions Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ extends:
- stage: Test
dependsOn: []
jobs:
steps:
- script: echo Placeholder
- job: NoOp
displayName: NoOp
steps:
- script: echo Placeholder

0 comments on commit 62dc1bf

Please sign in to comment.