Skip to content

Commit ee9ea98

Browse files
committed
Update buildAndPackage.yml for Azure Pipelines
1 parent 6486a9f commit ee9ea98

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:
@@ -25,7 +30,7 @@ stages:
2530
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
2631
jobs:
2732
- deployment: Maven-Preview
28-
enviornment: 'MSGraph SDK Development - Java'
33+
environment: 'MSGraph SDK Development - Java'
2934
pool:
3035
vmImage: windows-latest
3136
strategy:
@@ -38,7 +43,7 @@ stages:
3843

3944
- deployment: Github-Release
4045
dependsOn: Maven-Preview
41-
enviornment: 'MsGraph SDK Development - Java'
46+
environment: 'MsGraph SDK Development - Java'
4247
pool:
4348
vmImage: windows-latest
4449
strategy:

0 commit comments

Comments
 (0)