Skip to content

Commit bfe7e84

Browse files
authored
Update DotNetCli.md
1 parent 344d8e9 commit bfe7e84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CheatSheet/DotNetCli.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ dotnet run --project path\to\csproj.csproj
2525
# Release csproj
2626
dotnet build -c Release
2727

28+
# Publish csproj (If you doing super duper disgusting csproj manipulation)
29+
dotnet publish -c Release
30+
2831
# Run test build
2932
dotnet test
3033

0 commit comments

Comments
 (0)