File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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+
16trigger :
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 :
You can’t perform that action at this time.
0 commit comments