Skip to content

Commit

Permalink
ci: Switch some build command to pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Oct 2, 2024
1 parent 3e53807 commit e933c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ jobs:
run: dotnet restore

- name: 🛠️ Build code
shell: pwsh
run: dotnet build ./src/SvR.ContentPrep/SvR.ContentPrep.csproj --configuration Release --no-restore -p:Version=$("${{ github.ref_name }}".Substring(1))

- name: 📦 Pack library
shell: pwsh
run: dotnet pack ./src/SvR.ContentPrep/SvR.ContentPrep.csproj --configuration Release --no-build -p:Version=$("${{ github.ref_name }}".Substring(1))

- name: ✈️ Publish SvR.ContentPrep to nuget.org
Expand Down

0 comments on commit e933c79

Please sign in to comment.