Skip to content

Commit f0e0007

Browse files
committed
Updated failing build script
1 parent bc1649f commit f0e0007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function Publish-Package
286286
# Publish platform abstractions
287287
$platformAbstraction = Join-Path $env:TP_ROOT_DIR "src\Microsoft.TestPlatform.PlatformAbstractions\bin\$TPB_Configuration"
288288
$platformAbstractionNetFull = Join-Path $platformAbstraction $TPB_TargetFramework
289-
$platformAbstractionNetCore = Join-Path $platformAbstraction $TPB_TargetFrameworkCore
289+
$platformAbstractionNetCore = Join-Path $platformAbstraction $TPB_TargetFrameworkCore20
290290
$platformAbstractionUap = Join-Path $platformAbstraction $TPB_TargetFrameworkUap
291291
Copy-Item $platformAbstractionNetFull\* $fullCLRPackageDir -Force
292292
Copy-Item $platformAbstractionNetCore\* $coreCLR20PackageDir -Force

0 commit comments

Comments
 (0)