Skip to content

Commit

Permalink
tmp: Add tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Igel committed Nov 20, 2024
1 parent 7658e91 commit 3917046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cppcli/scripts/msbuild-acceptance-test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ msbuild -nodeReuse:False -t:Restore -p:Configuration=Release -p:Platform=x86 -p:

dotnet build-server shutdown

SET COREHOST_TRACE=1
msbuild -nodeReuse:False -t:Build -p:Configuration=Release -p:Platform=x86 -p:TargetPlatform=net8.0-windows -p:PerformAcceptanceTest=Runtime -bl:%~dp0\net80x86.binlog
SET ERRUNTIMEX86_NET80=%ERRORLEVEL%
SET COREHOST_TRACE=0

msbuild -nodeReuse:False -t:Clean -p:Configuration=Release -p:Platform=x86 -p:TargetPlatform=net8.0-windows -p:PerformAcceptanceTest=Runtime ..\CppLibrary\CppLibrary.vcxproj

Expand Down

0 comments on commit 3917046

Please sign in to comment.