PSGSuite 3.0.0-beta release - WindowsPowerShell support drop, restore PSGSuite release pipeline and enable new maintainers #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PowerShell - Build Test Deploy | |
on: | |
push: | |
branches: | |
- '*' | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
build: | |
name: Build | |
runs-on: windows-latest | |
needs: [] | |
timeout-minutes: 120 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Build Module | |
shell: pwsh | |
run: | | |
. ./build.ps1 |