
Releasing GitHub npm packages
An introduction into setting up a fully automated release process for GitHub packages with npm. But the same approach can be used for NuGet, Maven, or Gradle. Continue reading Releasing GitHub npm packages
An introduction into setting up a fully automated release process for GitHub packages with npm. But the same approach can be used for NuGet, Maven, or Gradle. Continue reading Releasing GitHub npm packages
Developing behind a proxy always has its challenges. I’ve already blogged about using git for windows behind a proxy. But the TFS server itself normally does not have to connect to the internet. This changes if you want to use the Package Management extension with NPM and upstream to public sources. If you are using TFS 2017 with Update 2, the simplest way to configure your TFS server to use the corporate proxy is to configure a proxy server in “Internet Properties” in IE on the server that TFS is running on. TFS will respect the settings because it follows … Continue reading Use the VSTS Package Management Extension behind a Proxy
Problem TFS or VSTS builds that contain npm tasks take a very long time on a private build agent. As you can see in the image, each npm stept takes more then 6 minutes – even a npm config. If … Continue reading Fix slow performance of npm tasks on TFS build agent