Skip to content

Commit c23efa9

Browse files
committed
Added "shell" syntax identifier to Install-Package
1 parent 0e49bd7 commit c23efa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage/msbuild-task.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ It works simply by installing the [GitVersionTask NuGet
1212
Package](https://www.nuget.org/packages/GitVersionTask/) into the project you
1313
want to have versioned by GitVersion:
1414

15-
Install-Package GitVersionTask
15+
```shell
16+
Install-Package GitVersionTask
17+
```
1618

1719
### Remove attributes
1820

0 commit comments

Comments
 (0)