Skip to content

Commit

Permalink
Attempt #4 to build .net dlls on build boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phx-mpascale committed May 19, 2022
1 parent a93c64d commit 685ec69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PythonLogging/PythonLogging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\dlls\</OutputPath>
<OutputPath>../dlls/</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<DocumentationFile>..\dlls\PythonLogging.xml</DocumentationFile>
<DocumentationFile>../dlls/PythonLogging.xml</DocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\dlls\</OutputPath>
<OutputPath>../dlls/</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<DocumentationFile>..\dlls\PythonLogging.xml</DocumentationFile>
<DocumentationFile>../dlls/PythonLogging.xml</DocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
Expand All @@ -31,7 +31,7 @@

<ItemGroup>
<Reference Include="Python.Runtime">
<HintPath>..\.venv\Lib\site-packages\pythonnet\runtime\Python.Runtime.dll</HintPath>
<HintPath>../.venv/Lib/site-packages/pythonnet/runtime/Python.Runtime.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 685ec69

Please sign in to comment.