Skip to content

Commit e02c922

Browse files
committed
- clean up test sequences from pipeline
1 parent e8b55ad commit e02c922

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stages:
4646
- template: templates/build/publish-artefacts.yml
4747

4848
- stage: Maven_Preview
49-
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
49+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
5050
jobs:
5151
- deployment: Maven_Preview
5252
environment: 'MSGraph SDK Development - Java'

.azure-pipelines/templates/download-artifacts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ steps:
77
path: '$(Agent.BuildDirectory)/Drop/'
88
patterns: |
99
**
10-
*
11-
- pwsh: Get-ChildItem -Recurse
12-
workingDirectory: $(Agent.BuildDirectory)
10+
*

0 commit comments

Comments
 (0)