Skip to content

Commit

Permalink
use powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 14, 2024
1 parent 6a7094c commit 7a7634e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,16 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

- name: Format
run: ./build.sh format
run: ./build.ps1 format

- name: Restore
run: ./build.sh restore
run: ./build.ps1 restore

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Build
run: ./build.sh build
run: ./build.ps1 build

- name: Pack
run: ./build.sh zip

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: output/*.*
- name: Pack And Upload
run: ./build.ps1 zip

0 comments on commit 7a7634e

Please sign in to comment.