Skip to content

Merge branch 'master' of https://github.com/ironmansoftware/universal… #100

Merge branch 'master' of https://github.com/ironmansoftware/universal…

Merge branch 'master' of https://github.com/ironmansoftware/universal… #100

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: InvokeBuild
run: Install-Module InvokeBuild -Scope CurrentUser -Force
shell: powershell
- name: Build
run: Invoke-Build
shell: powershell