개정판 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 |
내보내기 Unified diff