Skip to content

Update Hawk.psd1

Update Hawk.psd1 #29

Workflow file for this run

# on:
# push:
# branches:
# - master
# jobs:
# build:
# 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
# - name: Build
# run: .\build\vsts-build.ps1 -ApiKey $env:APIKEY
# shell: powershell
# env:
# APIKEY: ${{ secrets.ApiKey }}