File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -270,15 +270,8 @@ function Nupkg
270
270
271
271
Write-Diagnostic " Building nuget package"
272
272
273
- . $nuget pack nuget\CefSharp.BrowserSubProcess.NetCore.win.nuspec - NoPackageAnalysis - Version $Version - OutputDirectory nuget - Properties " RedistVersion=$RedistVersion ;Platform=x86;PlatformNative=Win32"
274
- . $nuget pack nuget\CefSharp.BrowserSubProcess.NetCore.win.nuspec - NoPackageAnalysis - Version $Version - OutputDirectory nuget - Properties " RedistVersion=$RedistVersion ;Platform=x64;PlatformNative=x64"
275
-
276
- # Invoke `AfterBuild` script if available (ie. upload packages to myget)
277
- if (-not (Test-Path $WorkingDir \AfterBuild.ps1)) {
278
- return
279
- }
280
-
281
- . $WorkingDir \AfterBuild.ps1 - Version $Version
273
+ . $nuget pack nuget\CefSharp.BrowserSubProcess.NetCore.win.nuspec - Verbosity Detailed - Version $Version - OutputDirectory nuget - Properties " RedistVersion=$RedistVersion ;Platform=x86;PlatformNative=Win32"
274
+ . $nuget pack nuget\CefSharp.BrowserSubProcess.NetCore.win.nuspec - Verbosity Detailed - Version $Version - OutputDirectory nuget - Properties " RedistVersion=$RedistVersion ;Platform=x64;PlatformNative=x64"
282
275
}
283
276
284
277
function DownloadNuget ()
You can’t perform that action at this time.
0 commit comments