1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge pull request #4406 from freddyrios/patch-1

push example: build with the release configuration
This commit is contained in:
Martin Lopes
2021-03-25 11:33:16 +10:00
committed by GitHub

View File

@@ -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