Create publish.yml

This commit is contained in:
Morten Nielsen 2021-12-22 19:33:53 -08:00 committed by GitHub
parent 7ece4d60cd
commit 7f8754a256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.github/workflows/publish.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Publish
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone NmeaParser
uses: actions/checkout@v1
- name: Setup Visual Studio Command Prompt
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: |
msbuild /restore /t:Build src/NmeaParser/NmeaParser.csproj /p:Configuration=Release