Skip to content

Commit

Permalink
please build
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Mar 30, 2024
1 parent 39d2983 commit a07aace
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# documentation.

name: MSBuild
uses: comnoco/[email protected]

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,18 +42,4 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# 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}}

- name: Create Release
id: auto-build
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
BUILDATE: ${{ %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2% }}
with:
tag_name: ${{ env.BUILDATE }}
release_name: Auto-Build ${{ github.ref }}
body: |
Automatically generated build. Possibly and likely unstable.
draft: false
prerelease: true
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit a07aace

Please sign in to comment.