Skip to content

Comment out validate.yml to allow to push * feature/144-implement-dua… #55

Comment out validate.yml to allow to push * feature/144-implement-dua…

Comment out validate.yml to allow to push * feature/144-implement-dua… #55

Workflow file for this run

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