Update instructions to use MyGet for dev build
See original GitHub issueFeature Request
And optionally, deprecate master
dist-tag.
Package history
Package history at MyGet.
.npmrc
registry=https://botbuilder.myget.org/F/botframework-webchat/npm/
Rough draft
To use dev build,
- Create/modify
.npmrc
locally and setregistry
- Run
npm install botframework-webchat --save
- Remove your changes in step 1 to reduce impact on your `package-lock.
@corinagum please verify these steps with a few things.
- Look at
package-lcok.json
to make sure we have minimal impact - Remove
node_modules
, keeppackage-lock.json
, then donpm install
again- This mimic what the user would do on a fresh clone
- Make sure
npm install
is grabbing the right version by drilling intonode_modules
folder seeing thepackage.json
file inside
- Same as step 2, but instead of
npm install
, runnpm ci
- Should be the same
- Wirte up guides to reverse it back to production version
- (I didn’t try the following steps)
- Run
npm install botframework-webchat --save
- Make sure everything in
package-lock.json
is pointing to npmjs.org, and not a single package is point to myget.org - Make sure it grab the 4.4.1 (production, not dev build)
- Drill into
node_modules
folder to see - Don’t forget to look at
botframework-webchat-core
and other packages
- Drill into
- Find the string “myget.org” in
package-lock.json
, make sure no package is affected if the user reverted, super important
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Build Services - MyGet Documentation
Using MyGet Build Services, you have the opportunity to control exactly how your project gets built. MyGet Build Services works based on several...
Read more >The MyGet Build - AutoMapper documentation
AutoMapper uses MyGet to publish development builds based on the master branch. ... latest MyGet package into a project, you can use the...
Read more >Restore NuGet packages in Azure Pipelines - Microsoft Learn
This article will show you how to restore your NuGet packages using both Classic and YAML Pipelines. Prerequisites. An Azure DevOps organization ...
Read more >Can't update nuget packages if a previous version isn't ...
Developer Community · Manually modify the packages.config file. · Open NuGet Package Manager, go to the package, and uninstall (it should show the...
Read more >Consume NuGet packages | JetBrains Rider Documentation
Install or upgrade/downgrade a NuGet package · Find the desired package as described above and select it in the left part of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m all for it - but we should connect with the larger framework team on what this scope would be. can we go ahead and cut documentation on how to do this today (not ideal) and start a discussion on creating a bot framework scopes organization?
That sounds good to me @corinagum