From 3466644c507284e0e67abbfbb3465dd21826a1e6 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Tue, 31 Aug 2021 08:08:55 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index fa378abc..4f264d2a 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -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