gh-116472: Replace literal newlines with escape characters in MSBuild files (GH-116473)

This commit is contained in:
Dan Albert 2024-03-07 13:53:13 -08:00 committed by GitHub
parent 13ffd4bd9f
commit 5d0cdfe519
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,9 +150,7 @@
Condition="($(Platform) == 'Win32' or $(Platform) == 'x64') and
$(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'">
<Message Text="Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance="high" />
<Exec Command='setlocal
set PYTHONPATH=$(PySourcePath)Lib
"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
<Exec Command='setlocal%0D%0Aset PYTHONPATH=$(PySourcePath)Lib%0D%0A"$(PythonExe)" Programs\freeze_test_frozenmain.py Programs\test_frozenmain.h'
WorkingDirectory="$(PySourcePath)" />
</Target>