Merge pull request #4406 from freddyrios/patch-1
push example: build with the release configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user