Skip to content

Commit 7cdb8b3

Browse files
authored
Merge pull request #288 from microsoftgraph/baywet-patch-1
- fixes stages dependency for release
2 parents 40bf00c + 5aad59d commit 7cdb8b3

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
@@ -70,7 +70,7 @@ stages:
7070
directoryPath: $(DROP_PATH)
7171

7272
- stage: Maven_Release_And_Github_Release
73-
dependsOn: []
73+
dependsOn: Build
7474
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
7575
jobs:
7676
- deployment: Maven_Release

0 commit comments

Comments
 (0)