Skip to content

Commit d1cc385

Browse files
author
Martin Lopes
authored
Merge pull request #4406 from freddyrios/patch-1
push example: build with the release configuration
2 parents eab31b3 + c3c40bd commit d1cc385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/guides/building-and-testing-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
source-url: https://nuget.pkg.github.com/<owner>/index.json
247247
env:
248248
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
249-
- run: dotnet build <my project>
249+
- run: dotnet build --configuration Release <my project>
250250
- name: Create the package
251251
run: dotnet pack --configuration Release <my project>
252252
- name: Publish the package to GPR

0 commit comments

Comments
 (0)