Skip to content

Commit 5ddbb86

Browse files
Update ADAL library publishing guide (#17488)
1 parent b0d5df1 commit 5ddbb86

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/ads-adal-library/PUBLISHING.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
These steps should be followed to publish a new version of the package to npmjs.
22

33
1. Bump version if needed
4-
2. Download ads-adal-library-X.X.X.tgz package from [Official Build Pipeline](https://mssqltools.visualstudio.com/CrossPlatBuildScripts/_build?definitionId=522) artifacts
5-
3. Run `npm publish <PATH_TO_PACKAGE>/microsoft-ads-adal-library-X.X.X.tgz`
6-
* If you do not have permissions to publish see [Publishing Microsoft scoped packages](https://docs.opensource.microsoft.com/releasing/publish/npm/#publish-microsoft-scoped-packages) to get access
4+
2. Run the [Official Build Pipeline](https://mssqltools.visualstudio.com/CrossPlatBuildScripts/_build?definitionId=522) against main
5+
3. Download ads-adal-library-X.X.X.tgz package from the artifacts of the completed build
6+
4. Run `npm publish <PATH_TO_PACKAGE>/microsoft-ads-adal-library-X.X.X.tgz`
7+
* If you do not have permissions to publish contact the team to get added to the [azure-data-studio](https://www.npmjs.com/settings/microsoft/teams/team/azure-data-studio/users) team on NPM
8+
* See [the docs](https://docs.opensource.microsoft.com/releasing/publish-binaries/npm/#publish-microsoft-scoped-packages) for more info about the publishing process
9+
5. Create a [release](https://github.com/microsoft/vscode-mssql/releases) with a tag pointing to the commit the build is from (should be the latest from main) with a link to the package version that was just released (e.g. https://www.npmjs.com/package/@microsoft/ads-adal-library/v/1.0.15)

0 commit comments

Comments
 (0)