Skip to content

Instantly share code, notes, and snippets.

@mamori017
Last active August 2, 2018 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamori017/52aa95f875d433d221ff73336f64f90e to your computer and use it in GitHub Desktop.
Save mamori017/52aa95f875d433d221ff73336f64f90e to your computer and use it in GitHub Desktop.
AppVeyor setting for .NET projects with link references
version: 0.0.{build}
skip_tags: true
build:
project: TargetProject.sln
verbosity: minimal
image: Visual Studio 2015
configuration: Release
before_build:
- nuget restore TargetProject.sln
- git clone -q --branch=master https://githostserver/ReferenceProject.git ..\ReferenceProject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment