Skip to content

Commit 97e827d

Browse files
Update .azure-pipelines/buildAndPackage.yml
Co-authored-by: Vincent Biret <[email protected]>
1 parent 1537957 commit 97e827d

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
@@ -50,7 +50,7 @@ stages:
5050

5151
- stage: Maven-Release-And-Github-Release
5252
dependsOn: []
53-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
53+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
5454
jobs:
5555
- deployment: Maven-Release
5656
environment: 'MSGraph SDK Development - Java'

0 commit comments

Comments
 (0)