Skip to content

Commit

Permalink
fix(ci): use cmd for pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent 8ca18d5 commit a9031ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
msbuild.exe CSCore.sln /p:Platform="Any CPU" /p:Configuration=Release
- name: Pack
shell: cmd
run: nuget pack ./CSCore/CSCore.csproj -OutputDirectory nupkgs -Build -Version ${{ env.VERSION }} -Properties version="${{ env.VERSION }}";Configuration="Release";Platform="AnyCPU"
- name: Nuget Publish
shell: cmd
Expand Down

0 comments on commit a9031ca

Please sign in to comment.