Skip to content

Commit d0366a7

Browse files
author
Prithvi Kanherkar
committed
Update 1p-sync.yml for Azure Pipelines
1 parent 2576c4e commit d0366a7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

1p-sync.yml

-23
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,3 @@ steps:
4141
git subtree split --prefix lib/msal-common -b msal-common-latest
4242
4343
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

0 commit comments

Comments
 (0)