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 b41ccd5 commit 20815e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
env
#echo ${env.ProgramFiles}
#cd ${env.ProgramFiles}
#env
echo ${env.PROGRAMFILES}
#cd ${env.PROGRAMFILES}
#dir
#echo ${env.ProgramFiles(x86)}
echo ${env.ProgramFiles(x86)}
#cd ${env.ProgramFiles(x86)}
#dir
Expand Down

0 comments on commit 20815e3

Please sign in to comment.