Skip to content

Commit

Permalink
Merge pull request #3 from nyanhp/feature/shinynewbuild
Browse files Browse the repository at this point in the history
Switch to pwsh
  • Loading branch information
nyanhp authored Mar 19, 2024
2 parents 2124cba + b58a911 commit 36f5b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: ./build/vsts-prerequisites.ps1
shell: powershell
shell: pwsh
- name: Build
run: ./build/vsts-build.ps1 -SkipPublish -LocalRepo
shell: powershell
shell: pwsh
- name: Validate
run: ./build/vsts-validate.ps1
shell: powershell
shell: pwsh
- name: Publish
run: ./build/vsts-build.ps1 -ApiKey $env:APIKEY -Preview:$${{ github.ref == 'develop' }}
shell: powershell
shell: pwsh
env:
APIKEY: ${{ secrets.NUGETAPIKEY }}
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: ./build/vsts-prerequisites.ps1
shell: powershell
shell: pwsh
- name: Build
run: ./build/vsts-build.ps1 -SkipPublish -LocalRepo
shell: powershell
shell: pwsh
- name: Validate
run: ./build/vsts-validate.ps1
shell: powershell
shell: pwsh

0 comments on commit 36f5b3a

Please sign in to comment.