We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1649f commit f0e0007Copy full SHA for f0e0007
1 file changed
scripts/build.ps1
@@ -286,7 +286,7 @@ function Publish-Package
286
# Publish platform abstractions
287
$platformAbstraction = Join-Path $env:TP_ROOT_DIR "src\Microsoft.TestPlatform.PlatformAbstractions\bin\$TPB_Configuration"
288
$platformAbstractionNetFull = Join-Path $platformAbstraction $TPB_TargetFramework
289
- $platformAbstractionNetCore = Join-Path $platformAbstraction $TPB_TargetFrameworkCore
+ $platformAbstractionNetCore = Join-Path $platformAbstraction $TPB_TargetFrameworkCore20
290
$platformAbstractionUap = Join-Path $platformAbstraction $TPB_TargetFrameworkUap
291
Copy-Item $platformAbstractionNetFull\* $fullCLRPackageDir -Force
292
Copy-Item $platformAbstractionNetCore\* $coreCLR20PackageDir -Force
0 commit comments