Update msbuild.yml

This commit is contained in:
Antoine Pilote
2021-08-31 08:08:55 -04:00
committed by GitHub
parent 6cbafae07a
commit 3466644c50

View File

@@ -31,3 +31,17 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
pre-release:
name: "Pre Release"
runs-on: windows-latest
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: readme.md