Update dotnetframwork.yml

This commit is contained in:
Markus Hofknecht 2020-02-27 19:02:38 +01:00
parent e84a46930b
commit 0023079bb1

View file

@ -1,4 +1,4 @@
name: STM.NetFramework 4.7.2
name: NetFramework
on: [push]
@ -13,5 +13,13 @@ jobs:
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild SystemTrayMenu.sln -p:Configuration=Release
- name: Publish
- publish: $(System.DefaultWorkingDirectory)/bin
- 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