Browse Source

Merge branch 'Release2.7' of http://36.129.163.148:30080/gogsadmin/OTS into Release2.7

zhangjiaxin 2 years ago
parent
commit
385db08e01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OTSIncAMeasureApp/OTSIncAMeasureApp.csproj

+ 2 - 2
OTSIncAMeasureApp/OTSIncAMeasureApp.csproj

@@ -905,7 +905,7 @@
   </Target>
   <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
   <PropertyGroup>
-    <PostBuildEvent>
-    </PostBuildEvent>
+    <PostBuildEvent>If $(ConfigurationName) NEQ Debug (xcopy $(SolutionDir)\Bin\x64\Debug\Config\*.*  $(TargetDir)Config\ /y/e)
+If $(ConfigurationName) NEQ Debug (xcopy $(SolutionDir)\Bin\x64\Debug\Resources\*.*  $(TargetDir)Resources\ /y/e)</PostBuildEvent>
   </PropertyGroup>
 </Project>