dotnet-build: fix compile in release mode example (#4809)

This commit is contained in:
Ryzhehvost
2020-10-28 19:31:03 +02:00
committed by GitHub
parent b0548ef94b
commit 81f0b337e1
2 changed files with 33 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
- Compile in release mode:
`dotnet build`
`dotnet build --configuration {{Release}}`
- Compile without restoring dependencies: