File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ specifying the `DefaultContainer` PublishProfile. You can learn more about Publi
5
5
6
6
``` shell
7
7
> 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
9
9
...
10
10
Pushed container ' <your app name>:<your app version>' to registry ' docker://'
11
11
...
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ specifying the `DefaultContainer` PublishProfile. You can learn more about Publi
9
9
10
10
``` shell
11
11
> 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
13
13
...
14
14
Pushed container ' <your app name>:<your app version>' to registry ' docker://'
15
15
...
You can’t perform that action at this time.
0 commit comments