Skip to content

Add Power Platform Unified Package creation functionality #91

Add Power Platform Unified Package creation functionality

Add Power Platform Unified Package creation functionality #91

Workflow file for this run

name: Validate
on:
workflow_dispatch:
pull_request:
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Validate
run: .\build\vsts-validate.ps1
shell: pwsh