Skip to content

Commit

Permalink
repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Octomerger authored Mar 25, 2021
2 parents c872190 + 5045e7c commit 996603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/actions/guides/building-and-testing-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
source-url: https://nuget.pkg.github.com/<owner>/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: dotnet build <my project>
- run: dotnet build --configuration Release <my project>
- name: Create the package
run: dotnet pack --configuration Release <my project>
- name: Publish the package to GPR
Expand Down

0 comments on commit 996603d

Please sign in to comment.