Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 29435d6

Browse files
committed
Added AppVeyor configuration
1 parent 18f89f6 commit 29435d6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

AsyncUsageAnalyzers.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncUsageAnalyzers.Vsix",
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84B978A9-3463-4915-B8D2-89AD4C919C68}"
1313
ProjectSection(SolutionItems) = preProject
14+
appveyor.yml = appveyor.yml
1415
CONTRIBUTING.md = CONTRIBUTING.md
1516
LICENSE = LICENSE
1617
README.md = README.md

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 1.0.{build}
2+
os: Visual Studio 2015 CTP 6
3+
init:
4+
- git config --global core.autocrlf true
5+
install:
6+
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
7+
before_build:
8+
- nuget restore
9+
build:
10+
verbosity: minimal

0 commit comments

Comments
 (0)