Skip to content

Commit

Permalink
discard user.props
Browse files Browse the repository at this point in the history
  • Loading branch information
stinos committed Feb 6, 2024
1 parent 072d285 commit 3cff417
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ports_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,16 @@ jobs:
</ClCompile>
</ItemDefinitionGroup>
</Project>
'@ | Set-Content ports\windows\msvc\user.props
'@ | Set-Content ports\windows\msvc\userignore.props
- name: Build micropython.exe
run: msbuild ports\windows\micropythoncore.vcxproj;ports\windows\micropython.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}
- name: Get micropython.exe path
id: get_path
run: |
$exePath="$(msbuild ports\windows\micropython.vcxproj -nologo -v:m -t:ShowTargetPath -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }})"
echo ("micropython=" + $exePath.Trim()) >> $env:GITHUB_OUTPUT
$exePath=$exePath.Trim()
echo $exePath
echo ("micropython=" + $exePath.) >> $env:GITHUB_OUTPUT
- name: Run tests
id: test
env:
Expand Down

0 comments on commit 3cff417

Please sign in to comment.