Skip to content

Commit

Permalink
✨Create msbuild.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelanaNady authored Apr 3, 2024
1 parent 88505bd commit 1a63902
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: MSBuild Windows Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3

- name: Compile Visual Studio project with MSBuild
shell: cmd
run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && msbuild' }}
working-directory: ${{env.GITHUB_WORKSPACE}}

0 comments on commit 1a63902

Please sign in to comment.