Skip to content

Commit a779001

Browse files
committed
Added images
1 parent b216aab commit a779001

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

15/umbraco-cms/extending/packages/creating-a-package.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Run the command in the package directory to generate the package in the `bin` fo
188188
dotnet pack
189189
```
190190

191-
![Package output in `bin` folder](images/package-cli-command.png)
191+
![Package output in `bin` folder](images/package-default-location.png)
192192

193193
#### Custom Output Location
194194

@@ -198,6 +198,8 @@ To specify a different output location, use the following command:
198198
dotnet pack --output MyNugetPackages
199199
```
200200

201+
![Package output in `MyNugetPackages` folder](images/package-custom-folder.png)
202+
201203
It will pack the project in the current directory and place the resulting package into the `MyNugetPackages` folder.
202204

203205
### Publish the Package
14.2 KB
Loading
15.5 KB
Loading

0 commit comments

Comments
 (0)