We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53110fd commit 380744cCopy full SHA for 380744c
.github/workflows/nuget.yml
@@ -15,11 +15,14 @@ jobs:
15
dotnet-version: 3.1.200
16
- name: Build
17
run: dotnet build -c Release
18
+ working-directory: ./NetBarcode
19
- name: Pack nuget package
20
run: dotnet pack /p:PackageVersion=${GITHUB_REF:10} --configuration Release
21
22
- name: Push package to nuget
23
run: dotnet nuget push **/*.nupkg
24
--skip-duplicate
25
--no-symbols true
26
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
- --source https://api.nuget.org/v3/index.json
27
+ --source https://api.nuget.org/v3/index.json
28
0 commit comments