Skip to content

Commit

Permalink
Fix deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deccer committed Feb 4, 2024
1 parent fa0306a commit 619f92b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
run: dotnet restore Ktx2Sharp.sln

- name: Build
run: dotnet build Source/Ktx2Sharp.csproj --configuration Release -p:Version=$BUILD_VERSION --no-restore

- name: Pack
run: dotnet pack Source/Ktx2Sharp.csproj --configuration Release -p:Version=$BUILD_VERSION --no-restore

- name: Publish
Expand Down

0 comments on commit 619f92b

Please sign in to comment.