Skip to content

Commit

Permalink
update build conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeEagle committed Jan 25, 2024
1 parent c5ce55f commit 65db9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VNet.Calendar/VNet.Calendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</ItemGroup>
<PropertyGroup Condition="'$(ServerBuild)' != ''">
</PropertyGroup>
<ItemGroup Condition="'$(ServerBuild)' != ''">
<ItemGroup Condition="'$(ServerBuild)' == 'true'">
</ItemGroup>
<ItemGroup Condition="'$(ServerBuild)' == ''">
<ItemGroup Condition="'$(ServerBuild)' == 'false' Or '$(ServerBuild)' == ''">
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ServerBuild)' == ''">
<Exec Command="xcopy /e /y &quot;$(TargetPath)&quot; &quot;D:\My Code\VNet bin\&quot;" />
Expand Down

0 comments on commit 65db9be

Please sign in to comment.