mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 01:50:45 -05:00
Update PostBuild.ps1 to use the net9.0 folder
This commit is contained in:
parent
b7fa5350ec
commit
8ec4b245bb
@ -13,7 +13,7 @@ if (Test-Path $buildPath) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Copying ReCodeItCLI output..."
|
Write-Host "Copying ReCodeItCLI output..."
|
||||||
$cliOutputDir = Join-Path (Join-Path $solutionDir "ReCodeItCLI") "bin\$Configuration\net8.0"
|
$cliOutputDir = Join-Path (Join-Path $solutionDir "ReCodeItCLI") "bin\$Configuration\net9.0"
|
||||||
if (Test-Path $cliOutputDir) {
|
if (Test-Path $cliOutputDir) {
|
||||||
New-Item -Path $buildPath -ItemType Directory -ErrorAction SilentlyContinue
|
New-Item -Path $buildPath -ItemType Directory -ErrorAction SilentlyContinue
|
||||||
Copy-Item -Path (Join-Path $cliOutputDir "*.*") -Destination $buildPath -Recurse
|
Copy-Item -Path (Join-Path $cliOutputDir "*.*") -Destination $buildPath -Recurse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user