diff --git a/WebcamCapturer.Core/WebcamCapturer.Core.nuspec b/WebcamCapturer.Core/WebcamCapturer.Core.nuspec
index 63c852f..42261c7 100644
--- a/WebcamCapturer.Core/WebcamCapturer.Core.nuspec
+++ b/WebcamCapturer.Core/WebcamCapturer.Core.nuspec
@@ -13,5 +13,8 @@
First Release
Copyright 2019
winForms webcam capture WPF
+
+
+
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 5d726de..efdff02 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,6 @@ init:
artifacts:
- path: '**\bin\Release\WebcamCapturer.*.dll'
- - path: '**\*.nupkg'
install:
appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
@@ -42,13 +41,10 @@ nuget:
before_build:
- cmd: nuget restore
-build_script:
- - cmd: msbuild "WebcamCapturer.Controls.WPF\WebcamCapturer.Controls.WPF.csproj" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:GeneratePackageOnBuild=false
- - cmd: msbuild "WebcamCapturer.Controls.WinForms\WebcamCapturer.Controls.WinForms.csproj" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:GeneratePackageOnBuild=false
- - cmd: msbuild /t:pack "WebcamCapturer.Core\WebcamCapturer.Core.csproj" /p:PackageOutputPath="." -p:Authors=tester /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:GeneratePackageOnBuild=false
- - cmd: nuget pack "WebcamCapturer.Core\WebcamCapturer.Core.csproj" -Properties "Configuration=Release;Platform=AnyCPU" -IncludeReferencedProjects
- - cmd: nuget pack "WebcamCapturer.Controls.WPF\WebcamCapturer.Controls.WPF.csproj" -Properties "Configuration=Release;Platform=AnyCPU" -IncludeReferencedProjects
- - cmd: nuget pack "WebcamCapturer.Controls.WinForms\WebcamCapturer.Controls.WinForms.csproj" -Properties "Configuration=Release;Platform=AnyCPU" -IncludeReferencedProjects
+build:
+ publish_nuget: true
+ include_nuget_references: true
+ verbosity: minimal
after_build:
- cmd: cd %APPVEYOR_BUILD_FOLDER%