Skip to content

Commit a78eadf

Browse files
committed
build - pass required param to Nuget pack
1 parent a77aead commit a78eadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ try
505505
. $Nuget pack nuget\chromiumembeddedframework.runtime.win.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget
506506

507507
# Meta Package
508-
. $Nuget pack nuget\chromiumembeddedframework.runtime.nuspec -NoPackageAnalysis -Version $CefPackageVersion -OutputDirectory nuget
508+
. $Nuget pack nuget\chromiumembeddedframework.runtime.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;' -OutputDirectory nuget
509509

510510
# Build sdk
511511
$Filename = Resolve-Path ".\nuget\cef.sdk.props"

0 commit comments

Comments
 (0)