Skip to content

Commit

Permalink
Update appveyor.yml to forget about building nuget packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Oct 7, 2014
1 parent 47a6f09 commit a7e468f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VisualStudioVersion: 11.0

version: 31.0.0.CI{build}
version: 33.1.0.CI{build}

shallow_clone: true

Expand All @@ -24,15 +24,15 @@ build:
verbosity: minimal


test_script:
- REM cd C:\projects\cefsharp\CefSharp.Test\bin\x86\%configuration%\
- cd
- REM copy C:\Tools\xUnit\*.*
- REM xunit.console.clr4.x86 CefSharp.Test.dll /appveyor
#test_script:
# - REM cd C:\projects\cefsharp\CefSharp.Test\bin\x86\%configuration%\
# - 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
#after_test:
# - cmd: cd \projects\cefsharp\NuGet
# - cmd: pack.bat

artifacts:
- path: NuGet\*.nupkg
#artifacts:
# - path: NuGet\*.nupkg

0 comments on commit a7e468f

Please sign in to comment.