From 6458486c5d78b2008d37231338830f63bb993020 Mon Sep 17 00:00:00 2001 From: jornh Date: Fri, 20 Jun 2014 16:20:24 +0200 Subject: [PATCH] Can haz Release *.nupkg? --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e775ab7f98..71e7ef1bd6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: shallow_clone: true configuration: - - Debug +# - Debug - Release before_build: @@ -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