Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

MyGet package publishing #1013

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Next Next commit
MyGet publish
  • Loading branch information
iskiselev committed Jul 20, 2016
commit e6c66e88b1ef82c623e4d204e89a331fbbe5bc80
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ cache:
install:
- git submodule update --init --recursive
- nuget restore JSIL.sln
- choco install gitversion.portable
- GitVersion /output json /showvariable NuGetVersionV2 > version.log
- set /p JsilVersion= < version.log
build_script:
- msbuild "JSIL.sln" /m /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /P:Platform=NoXNA
- NuGet pack JSIL.nuspec -Version %JsilVersion%
test_script:
- nunit-console-x86 bin\Tests.DCE.dll bin\SimpleTests.dll bin\Tests.dll /include:"FailsOnMono|(FailsOnMonoWhenStubbed+Stubbed)|(FailsOnMonoWhenStubbed+Translated)"
- nunit-console-x86 bin\Tests.DCE.dll bin\SimpleTests.dll bin\Tests.dll /include:"FailsOnMono|(FailsOnMonoWhenStubbed+Stubbed)|(FailsOnMonoWhenStubbed+Translated)"
deploy:
provider: NuGet
server: https://www.myget.org/F/iskiselev/api/v2/package
api_key:
secure: WErGDvZpSSAr+nQs6+5K8wKAQkS7YKb56T8sJ7gCI85Rh8dlEnE6CiMQ5SyUjE69
skip_symbols: true
artifact: /.*\.nupkg/