Skip to content

Commit

Permalink
Merge pull request #11 from rgomez90/develop
Browse files Browse the repository at this point in the history
Fixed CI nuspec
  • Loading branch information
rgomez90 authored Jan 19, 2019
2 parents 49e7ca2 + dd59e32 commit c79dbf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions WebcamCapturer.Core/WebcamCapturer.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
<releaseNotes>First Release</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>winForms webcam capture WPF</tags>
<dependencies>
<dependency id="AForge.Video.DirectShow" version="2.2.5" />
</dependencies>
</metadata>
</package>
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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%
Expand Down

0 comments on commit c79dbf4

Please sign in to comment.