mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-14 12:41:12 +01:00
Create publish.yml
This commit is contained in:
parent
7ece4d60cd
commit
7f8754a256
21
.github/workflows/publish.yml
vendored
Normal file
21
.github/workflows/publish.yml
vendored
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue