please build
This commit is contained in:
17
.github/workflows/msbuild.yml
vendored
17
.github/workflows/msbuild.yml
vendored
@@ -4,7 +4,6 @@
|
|||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
name: MSBuild
|
name: MSBuild
|
||||||
uses: comnoco/create-release-action@v2.0.5
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -43,18 +42,4 @@ jobs:
|
|||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
# 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
|
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
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
|
|
||||||
Reference in New Issue
Block a user