Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 6, 2024
1 parent 167822c commit 9723c12
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/part-template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ on:
required: false
type: string

defaults:
run:
shell: pwsh

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: pwsh
working-directory: ./templates/Coalesce.Vue.Template

env:
Expand Down Expand Up @@ -55,11 +52,9 @@ jobs:
npm i coalesce-vue-vuetify3@$env:COALESCE_VERSION --save
- name: TestLocal
shell: pwsh
run: |
./TestLocal.ps1
run: ./TestLocal.ps1

- run: dotnet pack -p:Version=$env:COALESCE_VERSION -p:PackageOutputPath="${{ github.workspace }}/out/packages"
- run: dotnet pack -p:Version=$($env:COALESCE_VERSION ?? '0.1.0') -p:PackageOutputPath="${{ github.workspace }}/out/packages"

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9723c12

Please sign in to comment.