Changing postbuild command. 42/322542/1
authorazijurr <azijur.r@samsung.com>
Thu, 10 Apr 2025 13:20:41 +0000 (19:20 +0600)
committerazijurr <azijur.r@samsung.com>
Thu, 10 Apr 2025 13:20:41 +0000 (19:20 +0600)
[Cause & Measure]
Putting single line instead of multiple line. This needed to remove command at SVACE build time.

Change-Id: I7242ec43f1a8bf05d0adc6cbdd0f4e629820f92e
Signed-off-by: azijurr <azijur.r@samsung.com>
SettingWallpaper/SettingWallpaper/SettingWallpaper.csproj

index 2b4d549e6e9cd7361caa0dde1c4af15d3ab3e3c7..b1bf0c02c3d5d0c98c7549e4cd4da88e55a8a6bb 100644 (file)
        </PropertyGroup>
 
        <Target Name="PostBuild" AfterTargets="PostBuildEvent">
-               <Exec Command=":: Copy resource dll&#xD;&#xA;
-                       dir $(OutDir)\&#xD;&#xA;
-                       mkdir res\allowed\$(GadgetResourceType)&#xD;&#xA;
-                       xcopy /S /K /D /H /Y $(OutDir)\en-US res\allowed\$(GadgetResourceType)\en-US\&#xD;&#xA;
-                       xcopy /S /K /D /H /Y $(OutDir)\ko-KR res\allowed\$(GadgetResourceType)\ko-KR\&#xD;&#xA;" />
+               <Exec Command=":: Copy resource dll&#xD;&#xA; dir $(OutDir)\&#xD;&#xA; mkdir res\allowed\$(GadgetResourceType)&#xD;&#xA; xcopy /S /K /D /H /Y $(OutDir)\en-US res\allowed\$(GadgetResourceType)\en-US\&#xD;&#xA; xcopy /S /K /D /H /Y $(OutDir)\ko-KR res\allowed\$(GadgetResourceType)\ko-KR\&#xD;&#xA;" />
        </Target>
 </Project>