Skip to content

Commit

Permalink
Initial source commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Leland committed Sep 21, 2020
0 parents commit f175c36
Show file tree
Hide file tree
Showing 20 changed files with 903 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: .NET

on: [push, pull_request]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup msbuild
uses: microsoft/[email protected]
- name: Install dependencies
run: nuget restore src
- name: Build
run: msbuild src /verbosity:normal /p:Configuration=Release
Loading

0 comments on commit f175c36

Please sign in to comment.