fix being used by
| another process
This commit is contained in:
@@ -1003,11 +1003,19 @@ jobs:
|
||||
-Force
|
||||
}
|
||||
|
||||
$manifest = ".\res\manifest.xml"
|
||||
$manifest = ".\res\manifest.xml"
|
||||
$tempManifest = ".\res\manifest.xml.tmp"
|
||||
|
||||
Get-Content $manifest |
|
||||
Where-Object { $_ -notmatch "dpiAware" } |
|
||||
Set-Content $manifest -Encoding utf8
|
||||
Get-Content $manifest |
|
||||
Where-Object { $_ -notmatch "dpiAware" } |
|
||||
Set-Content `
|
||||
$tempManifest `
|
||||
-Encoding utf8
|
||||
|
||||
Move-Item `
|
||||
$tempManifest `
|
||||
$manifest `
|
||||
-Force
|
||||
|
||||
Push-Location ".\libs\portable"
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user