|
|
|
@ -6,16 +6,8 @@ image: Visual Studio 2017
@@ -6,16 +6,8 @@ image: Visual Studio 2017
|
|
|
|
|
install: |
|
|
|
|
- git submodule update --init --recursive |
|
|
|
|
- ps: .\BuildTools\appveyor-install.ps1 |
|
|
|
|
nuget: |
|
|
|
|
account_feed: true |
|
|
|
|
project_feed: true |
|
|
|
|
disable_publish_on_pr: true |
|
|
|
|
before_build: |
|
|
|
|
- nuget restore ILSpy.sln |
|
|
|
|
build: |
|
|
|
|
publish_nuget: true |
|
|
|
|
publish_nuget_symbols: true |
|
|
|
|
include_nuget_references: true |
|
|
|
|
build_script: |
|
|
|
|
- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" |
|
|
|
|
after_build: |
|
|
|
|