forked from cwensley/Portable.Xaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
28 lines (27 loc) · 805 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
version: 0.25.0-alpha.{build}
branches:
only:
- develop
image: Visual Studio 2017
build_script:
- cmd: >-
cd build
msbuild /t:Package /p:BuildVersion=%APPVEYOR_BUILD_VERSION% Build.proj
test:
assemblies:
only:
- artifacts\test\Release\netstandard1.0\Portable.Xaml_test_netstandard10.dll
- artifacts\test\Release\netstandard1.3\Portable.Xaml_test_netstandard13.dll
- artifacts\test\Release\netstandard1.3\Portable.Xaml_test_netstandard20.dll
- artifacts\test\Release\net461\System.Xaml_test_net_4_5.dll
categories:
except:
- NotWorking
artifacts:
- path: artifacts\nupkg\Release\*.nupkg
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/071013049c800dc84535
on_build_success: true
on_build_failure: true
on_build_status_changed: false