Skip to content

Commit 7a2a29d

Browse files
authored
Update docs/blogs/dotnet-identity-and-packaging.md
1 parent 04f3abe commit 7a2a29d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/blogs/dotnet-identity-and-packaging.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ dotnet build -c Release
8080
winapp cert generate
8181
```
8282

83-
3. Package your application with the `pack` command, specifying your output directory and the cert you just generated:
84-
```
85-
winapp pack .\bin\Release\net10.0-windows10.0.26100.0 --cert .\devcert.pfx
86-
```
83+
3. Package your application with the `pack` command, specifying your output directory and the cert you just generated. Run this command from your project root:
8784

8885
The `pack` command will output a signed MSIX, ready to install.
8986

0 commit comments

Comments
 (0)