forked from DevExpress/AjaxControlToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
36 lines (26 loc) · 929 Bytes
/
appveyor.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
version: '{build}'
init:
- git config --global core.autocrlf true
install:
- npm install --depth=0 -g eslint@6
environment:
AjaxControlToolkitTestSiteUrl: http://localhost/TestRunner.aspx
services: iis
before_build:
- nuget restore
build:
project: AjaxControlToolkit.sln
verbosity: minimal
before_test:
- powershell -File AppVeyor\DeployJasmineSite.ps1
test_script:
- cd AjaxControlToolkit\Scripts && eslint .
- nunit3-console "bin\Debug\AjaxControlToolkit.Tests.dll"
after_test:
- msbuild AjaxControlToolkit.sln /p:Configuration=Release /v:m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- powershell -File AppVeyor\CreateArtifacts.ps1
artifacts:
- path: AjaxControlToolkit-build-*.zip
- path: AjaxControlToolkit.StaticResources-build-*.zip
- path: AjaxControlToolkit.HtmlEditor.Sanitizer-build-*.zip
- path: AjaxControlToolkit.SampleSite-build-*.zip