You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If your task has external dependencies ensure that you include a `dependency.jso
14
14
* PowerShell Gallery
15
15
* NuGet
16
16
17
-
Use [this file](tasks\EnvironmentConfiguration\dependency.json) as a reference when building your `dependency.json`.
17
+
Use [this file](tasks/EnvironmentConfiguration/dependency.json) as a reference when building your `dependency.json`.
18
18
19
19
## Building locally
20
20
@@ -24,4 +24,4 @@ Use [this file](tasks\EnvironmentConfiguration\dependency.json) as a reference w
24
24
25
25
## Building in Azure DevOps
26
26
27
-
Create an `azure-pipelines.yml` in the root of your task directory and reference `azure-pipelines.template.json` from the root of the repository. Use [this file](tasks\EnvironmentConfiguration\azure-pipelines.yml) as a reference.
27
+
Create an `azure-pipelines.yml` in the root of your task directory and reference `azure-pipelines.template.json` from the root of the repository. Use [this file](tasks/EnvironmentConfiguration/azure-pipelines.yml) as a reference.
0 commit comments