Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/docs/azure-pipelines-task-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A [cross platform agent](https://github.com/Microsoft/vso-agent) OR a TFS 2015 U
## Importing
For now, the built azure-pipelines-task-lib (in _build) should be packaged with your task in a node_modules folder

The build generates a azure-pipelines-task-lib.d.ts file for use when compiling tasks
The build generates an azure-pipelines-task-lib.d.ts file for use when compiling tasks
In the example below, it is in a folder named definitions above the tasks lib

```
Expand Down