개정판 bcc7d79e
issue #0000
markus targetdir 변경
Change-Id: I0b992f0e77b89a47e9b83abb64090c22b5c32694
ID2.Manager/FileUpdate.ps1 | ||
---|---|---|
1 |
$sourceFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\Markus\KCOM.exe" |
|
2 |
$targetFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\ID2.Manager\bin\x64\Debug\KCOM.exe" |
|
3 | ||
4 |
#$sourceFilePath = $args[0] |
|
5 |
#$targetFilePath = $args[1] |
|
1 |
|
|
2 |
$sourceFilePath = $args[0] |
|
3 |
$targetFilePath = $args[1] |
|
6 | 4 | |
7 | 5 |
$sourceFileVersionInfo = Get-ItemProperty -Path $sourceFilePath -Name VersionInfo |
8 | 6 |
$targetFileVersionInfo = Get-ItemProperty -Path $targetFilePath -Name VersionInfo |
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
417 | 417 |
</ItemGroup> |
418 | 418 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
419 | 419 |
<PropertyGroup> |
420 |
<PostBuildEvent>rem if NOT exist "$(TargetDir)\kcom.exe" (
|
|
421 |
rem xcopy /s /y /f "$(SolutionDir)Markus\Kcom*.exe" "$(TargetDir)"
|
|
422 |
rem )
|
|
420 |
<PostBuildEvent>if NOT exist "$(TargetDir)\kcom.exe" ( |
|
421 |
xcopy /s /y /f "$(SolutionDir)Markus\Kcom*.exe" "$(TargetDir)" |
|
422 |
) |
|
423 | 423 | |
424 | 424 |
powershell -ExecutionPolicy Bypass -File "$(SolutionDir)FileUpdate.ps1" "$(SolutionDir)Markus\Kcom.exe" "$(TargetDir)Kcom.exe" |
425 | 425 |
내보내기 Unified diff