Skip to content

Commit 80ea56a

Browse files
authored
Merge pull request #862 from microsoftgraph/baywet-patch-1
- fixes stages dependency for release
2 parents ccdfffa + b87c1e3 commit 80ea56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ stages:
5858
task: 'publishSnapshotPublicationToSonatypeSnapshotRepository'
5959

6060
- stage: Maven_Release_And_Github_Release
61-
dependsOn: []
61+
dependsOn: Build
6262
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
6363
jobs:
6464
- deployment: Maven_Release

0 commit comments

Comments
 (0)