Skip to content

Commit

Permalink
appveyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed May 30, 2016
1 parent 71fc0bf commit 836e057
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions appveyor.yml
@@ -1,19 +1,3 @@
# see http://www.appveyor.com/docs/appveyor-yml

# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: x86

# build Configuration, i.e. Debug, Release, etc.
configuration: Release

build:
project: src/.build/lessmsi.msbuild # path to Visual Studio solution or project
publish_wap: false # package Web Application Projects (WAP) for Web Deploy
publish_wap_xcopy: false # package Web Application Projects (WAP) for XCopy deployment
publish_azure: false # package Azure Cloud Service projects and push to artifacts
publish_nuget: false # package projects with .nuspec files and push to artifacts
publish_nuget_symbols: false # generate and publish NuGet symbol packages
include_nuget_references: false # add -IncludeReferencedProjects option while packaging NuGet artifacts

# MSBuild verbosity level
verbosity: normal # quiet|minimal|normal|detailed
build_script msbuild .\srr\.build\lessmsi.msbuild /p:TheVersion=0.0 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

0 comments on commit 836e057

Please sign in to comment.