Skip to content

Commit 0ddf622

Browse files
author
Rami Bououni
committed
yaml comment rendering
1 parent 3af98ab commit 0ddf622

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pipelines/packages/nuget-restore.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ To restore NuGet packages from a feed in a different Azure DevOps organization,
118118
inputs:
119119
nuGetServiceConnections: <SERVICE_CONNECTION_NAME>
120120
121-
- script: | ## If you're using Ubuntu 24.04 or later, use the following command instead: dotnet restore <SOLUTION_PATH>
122-
nuget.exe restore <SOLUTION_PATH>
123-
displayName: Restore
121+
- script: nuget.exe restore <SOLUTION_PATH> ## If you're using Ubuntu 24.04 or later, use the following command instead: dotnet restore <SOLUTION_PATH>
124122
```
125123

126124
### [Classic](#tab/classic/)

0 commit comments

Comments
 (0)