Skip to content

Commit

Permalink
add nuget deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Aug 24, 2024
1 parent 9b99a1b commit 3ba956c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Test with dotnet
run: dotnet test

# - name: Pack NuGet
# run: dotnet pack
# --configuration ${{ env.BuildConfig }}
# /p:ContinuousIntegrationBuild=true
# /p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
- name: Pack NuGet
run: dotnet pack
--configuration ${{ env.BuildConfig }}
/p:ContinuousIntegrationBuild=true
/p:V ersion=${{ steps.nbgv.outputs.NuGetPackageVersion }}

0 comments on commit 3ba956c

Please sign in to comment.