-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwercker-box.yml
76 lines (74 loc) · 1.58 KB
/
wercker-box.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name : windows
version : 0.0.3
description: Experimental Windows box
type : main
platform : windows@2008
keywords:
- windows
- .net
- c#
packages:
- cygwin
- cygwin.nano
- cygwin.subversion
- cygwin.curl
- cygwin.rsync
- cygwin.ncurses
- cygwin.wget
- cygwin.tar
- cygwin.qawk
- cygwin.bzip2
- cygwin.subversion
- cygwin.vim
- AspNetMVC3Tools
- NuGet
- VisualStudioTestAgents2010
- Gallio
- Firefox
- Chrome
- DotNet4.5
- Silverlight
- NAnt
- VS2010.ShellIntegratedRedist
- VS2012.ShellIntegratedRedist
- DotNet4.0
- typescript
- Silverlight5DeveloperRuntime
- Silverlight5SDK
- WindowsAzureLibsForNet
- Wix35
- nano
- aspnetmvc
- golang
- appharborcli.install
- specflow
- AWSTools.Powershell
- msbuild.communitytasks
- eazfuscator.net
- stylecop
- winrar
- javaruntime
- WindowsPhoneSDK@8.0
- AdobeAirSdk
box-detect:
priority : 100
version :
detect:
- partOfFiles:
- ".sln"
default-build:
basic-dotnet:
priority : 50
detect:
- default: true
text-to-append: |
# Build definition
build:
# The steps that will be executed on build
steps:
# Install packages with NuGet: https://app.wercker.com/#applications/52623205f4a7b1d05a00240b/tab/details
- wercker-labs/nuget
# Build your solution file: https://app.wercker.com/#applications/526231a7f4a7b1d05a002397/tab/details
- wercker-labs/msbuild
# Run tests: https://app.wercker.com/#applications/526231e0f4a7b1d05a0023dc/tab/details
- wercker-labs/dotnet-test