Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa authored Sep 5, 2019
1 parent f70d2f5 commit f59325c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build

on:
push:
branches:
- master

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Build
run: |
msbuild /t:Restore,Build /p:Configuration=Release

0 comments on commit f59325c

Please sign in to comment.