Skip to content

Commit

Permalink
remove noisy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Feb 8, 2025
1 parent edbd201 commit 300ad4d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
</PropertyGroup>
<Message Importance="Normal" Text="Initializing virtual environment for $(PythonVenvRoot)" />

<Exec Command="$(UvPath) sync --all-extras" WorkingDirectory="$(PythonRoot)" Condition=" '$(CreateVenv)' == 'True' " ConsoleToMsBuild="true">
<Output TaskParameter="ConsoleOutput" PropertyName="OutputOfExec" />
<Exec Command="$(UvPath) sync --all-extras" WorkingDirectory="$(PythonRoot)" Condition=" '$(CreateVenv)' == 'True' " ConsoleToMsBuild="true"/>
<!--Output TaskParameter="ConsoleOutput" PropertyName="OutputOfExec" />
</Exec>
<!--Message Importance="Normal" Text="$(OutputOfExec)" />-->
<Message Importance="Normal" Text="$(OutputOfExec)" />-->
</Target>


Expand Down

0 comments on commit 300ad4d

Please sign in to comment.