File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -41,26 +41,3 @@ steps:
41
41
git subtree split --prefix lib/msal-common -b msal-common-latest
42
42
43
43
git push -u origin msal-common-latest
44
-
45
- - checkout : git://IDDP/msal-javascript-1p
46
- persistCredentials : true
47
-
48
- - task : CmdLine@2
49
- inputs :
50
- script : |
51
- cd msal-javascript-1p
52
-
53
- git config --global user.email "[email protected] "
54
- git config --global user.name "MSAL CI"
55
-
56
- git checkout master
57
-
58
- git subtree pull --prefix msal-browser https://github.com/azuread/microsoft-authentication-library-for-js.git msal-browser-latest
59
-
60
- git subtree pull --prefix msal-common https://github.com/azuread/microsoft-authentication-library-for-js.git msal-common-latest
61
-
62
- git add .
63
-
64
- git commit -m "Latest build"
65
-
66
- git push -u origin master
You can’t perform that action at this time.
0 commit comments