Skip to content

Commit fa2fb50

Browse files
committed
Merge branch 'rsh/pipelineUpdates' of https://github.com/microsoftgraph/msgraph-beta-sdk-java into rsh/pipelineUpdates
2 parents 7490760 + 30d7a10 commit fa2fb50

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#Copyright (c) Microsoft Corporation. All rights reserved.
2+
#Licensed under the MIT License.
3+
#Building and packaging the artifacts of the Java-SDK-Beta libraries using the build.gradle file.
4+
#Ready the package for deployment and release.
5+
16
trigger:
27
branches:
38
include:
@@ -40,7 +45,7 @@ stages:
4045
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
4146
jobs:
4247
- deployment: Maven-Preview
43-
enviornment: 'MSGraph SDK Development - Java'
48+
environment: 'MSGraph SDK Development - Java'
4449
pool:
4550
vmImage: windows-latest
4651
strategy:
@@ -53,7 +58,7 @@ stages:
5358

5459
- deployment: Github-Release
5560
dependsOn: Maven-Preview
56-
enviornment: 'MsGraph SDK Development - Java'
61+
environment: 'MsGraph SDK Development - Java'
5762
pool:
5863
vmImage: windows-latest
5964
strategy:

0 commit comments

Comments
 (0)