Skip to content

Instantly share code, notes, and snippets.

@LSTANCZYK
Forked from FeodorFitsner/appveyor.yml
Last active August 29, 2015 14:08
Show Gist options
  • Save LSTANCZYK/182c25a77cf121923fc9 to your computer and use it in GitHub Desktop.
Save LSTANCZYK/182c25a77cf121923fc9 to your computer and use it in GitHub Desktop.
configuration: Release
# enable AssemblyInfo.cs patching with build version number
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
# restore NuGet packages before running MSBuild
before_build:
- nuget restore
# package Web Application project for Web Deploy
build:
verbosity: minimal
publish_wap: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment