Skip to content

Commit 78fb07a

Browse files
committed
release build fixed for Verification_Engine
1 parent ad9fddc commit 78fb07a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Verification_Engine/Verification_Engine.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
<Copyright>Copyright © https://github.com/BHoM</Copyright>
1010
<RootNamespace>BH.Engine.Verification</RootNamespace>
1111
<FileVersion>8.1.0.0</FileVersion>
12+
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
13+
<OutputPath>..\Build\</OutputPath>
14+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1215
</PropertyGroup>
1316

14-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
15-
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
16-
<OutputPath>..\Build\</OutputPath>
17-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
18-
</PropertyGroup>
1917

2018
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
2119
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)Microsoft.CodeAnalysis.CSharp.Scripting.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)Microsoft.CodeAnalysis.Scripting.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

0 commit comments

Comments
 (0)