SystemTrayMenu/.github/workflows/dotnetframework.yml
2020-02-27 18:31:58 +01:00

18 lines
371 B
YAML

name: STM.NetFramework 4.7.2
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild SystemTrayMenu.sln -p:Configuration=Release
- name: Publish
- publish: $(System.DefaultWorkingDirectory)/bin