Skip to content

Commit 996603d

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

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)