Skip to content

Commit 996603d

Browse files
authored
repo sync
2 parents c872190 + 5045e7c commit 996603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)