Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

saucelabs/vso-sauce-ondemand-plugin

Repository files navigation

Updating Sauce connect

  1. Run sod-main/binaries/download.sh

  2. Strip the binaries, otherwise the VS marketplace will complain about the package being too big (it needs to be around 20MB). For the linux binaries, run strip then upx --ultra-brute. For OSX and Windows, just run upx --ultra-brute, this should get the file sizes within range.

Building the plugin

  1. Prereqs (only need to run once):
  npm install
  npm install -g gulp
  1. Update package.json’s version

  2. If building a production build

  export NODE_ENV=production
  1. Finally, to actually build the vsix file
  gulp
  cd dist
  tfx extension create --manifest-globs vss-extension.json

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •