Skip to content

Instantly share code, notes, and snippets.

@KevinTCoughlin
Created October 4, 2020 21:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevinTCoughlin/19b368c7c461276aeafd8178876ece13 to your computer and use it in GitHub Desktop.
Save KevinTCoughlin/19b368c7c461276aeafd8178876ece13 to your computer and use it in GitHub Desktop.
Universal Windows Platform CI GitHub Action
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.0.1
- name: msbuild
run: msbuild -Restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment