We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c872190 + 5045e7c commit 996603dCopy full SHA for 996603d
content/actions/guides/building-and-testing-net.md
@@ -246,7 +246,7 @@ jobs:
246
source-url: https://nuget.pkg.github.com/<owner>/index.json
247
env:
248
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
249
- - run: dotnet build <my project>
+ - run: dotnet build --configuration Release <my project>
250
- name: Create the package
251
run: dotnet pack --configuration Release <my project>
252
- name: Publish the package to GPR
0 commit comments