Skip to content

fix version and build #4

fix version and build

fix version and build #4

Workflow file for this run

on: [pull_request]
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: .\build\psf-prerequisites.ps1 -Bootstrap
shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell