Skip to content

Commit

Permalink
Can haz Release *.nupkg?
Browse files Browse the repository at this point in the history
  • Loading branch information
jornh committed Jun 20, 2014
1 parent a58ef26 commit 6458486
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
shallow_clone: true

configuration:
- Debug
# - Debug
- Release

before_build:
Expand All @@ -15,3 +15,10 @@ test_script:
- cd
- REM copy C:\Tools\xUnit\*.*
- REM xunit.console.clr4.x86 CefSharp.Test.dll /appveyor

after_test:
- cmd: cd \projects\cefsharp\NuGet
- cmd: pack.bat

artifacts:
- path: NuGet\*.nupkg

0 comments on commit 6458486

Please sign in to comment.