File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0-preview1.23109.1" />
2929 </ItemGroup >
3030
31- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
31+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition = " '$(Configuration)'=='Debug' Or '$(Configuration)'=='Release' " >
3232 <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y" />
3333 </Target >
3434
Original file line number Diff line number Diff line change 2626 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
2727 </ItemGroup >
2828
29- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
29+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition = " '$(Configuration)'=='Debug' Or '$(Configuration)'=='Release' " >
3030 <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y" />
3131 </Target >
3232
Original file line number Diff line number Diff line change 2222 <DefineConstants >ZCTDEPLOY</DefineConstants >
2323 </PropertyGroup >
2424
25- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
25+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition = " '$(Configuration)'=='Debug' Or '$(Configuration)'=='Release' " >
2626 <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y" />
2727 </Target >
2828
You can’t perform that action at this time.
0 commit comments