Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/workflow/testing/using-dev-shipping-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,9 @@ Console.WriteLine($"The location of System.Private.CoreLib.dll is '{typeof(objec
The following command will build and publish your app:

```cmd
dotnet publish -r win-x64
dotnet publish --self-contained
```

Adjust the `win-x64` to match your machine's OS and architecture.

Running this little app should yield an output like the following:

```text
Expand Down