Update msbuild.yml

This commit is contained in:
Antoine Pilote
2021-08-30 15:26:22 -04:00
committed by GitHub
parent f53b744bd2
commit c6c25cd784

View File

@@ -4,7 +4,7 @@ on: [push]
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: Nuake/Nuake.sln
SOLUTION_FILE_PATH: ./Nuake.sln
# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
@@ -18,9 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: list
run: ls
- name: Generating solution
run: ./generate.bat