Skip to content

Commit d65bbc0

Browse files
Typo: ProfileName->PublishProfile (#169)
Typo: ProfileName->PublishProfile This tripped me up when I was doing some local testing.
1 parent 7db7be1 commit d65bbc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ specifying the `DefaultContainer` PublishProfile. You can learn more about Publi
55

66
```shell
77
>dotnet add package Microsoft.NET.Build.Containers --prerelease
8-
>dotnet publish --os linux --arch x64 -p:ProfileName=DefaultContainer
8+
>dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
99
...
1010
Pushed container '<your app name>:<your app version>' to registry 'docker://'
1111
...

packaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ specifying the `DefaultContainer` PublishProfile. You can learn more about Publi
99

1010
```shell
1111
>dotnet add package Microsoft.NET.Build.Containers --prerelease
12-
>dotnet publish --os linux --arch x64 -p:ProfileName=DefaultContainer
12+
>dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
1313
...
1414
Pushed container '<your app name>:<your app version>' to registry 'docker://'
1515
...

0 commit comments

Comments
 (0)