Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/k-nero/DrogonWebApi
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nero committed Aug 15, 2024
2 parents c60759a + adae668 commit f5c3dee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name: MSBuild

on:
#push:
#branches: [ "master" ]
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
Expand All @@ -48,10 +48,10 @@ jobs:
run: ${{ github.workspace }}/vcpkg/vcpkg integrate install

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
working-directory: ${{ 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}}
run: msbuild /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit f5c3dee

Please sign in to comment.