Skip to content

parkhomenko/azure-build-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Azure Build/Release Task

Steps to reproduce the error

  1. Make sure your current folder is nodeFile (all following command should be launched from there)
  2. Install node dependencies: npm install
  3. Install typescript globally: npm i --global typescript
  4. Compile the code: tsc
  5. Run the application: node index.js

Note: The libraries I used (azure-devops-extension-sdk, azure-devops-extension-api) look like the ones that can be used only in browser, but services I use in my nodejs application does not need to rely on browser. I wonder if it's possible to get a workaround.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published