SystemTrayMenu/.github/workflows/dotnetframework.yml
2020-02-27 19:02:38 +01:00

25 lines
584 B
YAML

name: NetFramework
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: Push
uses: github-actions-x/commit@v2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
commit-message: 'publish'
force-add: 'true'
files: bin/
name: Markus Hofknecht
email: markus@hofknecht.eu