From c89e9ad83a35d8ba0491d6fecdd4e7e2f2100975 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:42:29 +0900 Subject: [PATCH] =?UTF-8?q?Update=20azure-pipelines-task-lib.md=20(Typo=20?= =?UTF-8?q?"a=20azure=EF=BD=9E"=E2=86=92"an=20azure=EF=BD=9E")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/docs/azure-pipelines-task-lib.md #PingMSFTDocs --- node/docs/azure-pipelines-task-lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/docs/azure-pipelines-task-lib.md b/node/docs/azure-pipelines-task-lib.md index f94a8913f..d8b979981 100644 --- a/node/docs/azure-pipelines-task-lib.md +++ b/node/docs/azure-pipelines-task-lib.md @@ -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 ```