Skip to content

Instantly share code, notes, and snippets.

@desbo
Last active August 27, 2015 16:32
Show Gist options
  • Save desbo/32080524a2867e5d431e to your computer and use it in GitHub Desktop.
Save desbo/32080524a2867e5d431e to your computer and use it in GitHub Desktop.
TeamCity artifacts

root-packages

artifact paths

node_modules => node_modules.tar.gz
static/src/jspm_packages => jspm_packages.tar.gz
facia-tool/public/node_modules => facia_node_modules.tar.gz
facia-tool/public/jspm_packages => facia_jspm_packages.tar.gz

root-v2

artifact dependency rules

node_modules.tar.gz!** => node_modules
jspm_packages.tar.gz!** => static/src/jspm_packages
facia_node_modules.tar.gz!** => facia-tool/public/node_modules
facia_jspm_packages.tar.gz!** => facia-tool/public/jspm_packages 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment