Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka authored Mar 11, 2024
1 parent db2bb3a commit 5a06620
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
echo "%ProgramFiles%"
cd %ProgramFiles%
dir
echo "%ProgramFiles(x86)%"
cd %ProgramFiles(x86)%
dir
- name: Build win32
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
Expand Down

0 comments on commit 5a06620

Please sign in to comment.