Skip to content

Commit

Permalink
Add release build script for LibVLCSharp.Forms.Platforms.WPF
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Nov 14, 2018
1 parent c580cc4 commit 2789848
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build-and-package-libvlcsharp-forms-wpf.ps1
@@ -0,0 +1,6 @@
Remove-Item ..\LibVLCSharp.Forms.Platforms.WPF\bin -Force -Recurse
Remove-Item ..\LibVLCSharp.Forms.Platforms.WPF\obj -Force -Recurse

$msbuild = '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"'
iex ("& {0} {1}" -f $msbuild, "../LibVLCSharp.Forms.Platforms.WPF/LibVLCSharp.Forms.Platforms.WPF.csproj /t:Restore,Clean,Build /p:Configuration=Release")
..\nuget.exe pack ..\LibVLCSharp.Forms.Platforms.WPF.nuspec

0 comments on commit 2789848

Please sign in to comment.