Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $deploymentDir = 'D:Apps<appname><octopus-version-number>'
  2. $name = "service"
  3. cd $deploymentDir
  4. if($name){
  5. Write-Host "link node-windows..."
  6. npm link node-windows //node-windows is installed globally
  7.  
  8.  
  9.  
  10. }
  11.  
  12. else{
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement