Skip to content

Commit f67175d

Browse files
authored
dotnet(msbuild): build in release (#6472)
1 parent 8fd7c60 commit f67175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/dotnet/common/configuration/msbuild.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ However, we generally recommend the following:
4141
```yaml
4242
steps:
4343
- name: Build
44-
run: dotnet build
44+
run: dotnet build -c Release
4545
env:
4646
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4747
```

0 commit comments

Comments
 (0)