2016-06-03 16:19:40 +02:00
|
|
|
build_script:
|
2017-03-07 14:52:02 +01:00
|
|
|
- cmd: dotnet build -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER%
|
2017-03-16 23:37:42 +01:00
|
|
|
- cmd: dotnet test plist-cil.test\plist-cil.test.csproj
|
2018-06-19 11:16:14 +02:00
|
|
|
- cmd: dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release
|
2016-06-03 16:19:40 +02:00
|
|
|
|
|
|
|
|
on_success:
|
2018-05-22 13:59:05 +02:00
|
|
|
- cmd: dotnet pack plist-cil\plist-cil.csproj -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER%
|
|
|
|
|
|
|
|
|
|
artifacts:
|
2018-06-19 11:16:14 +02:00
|
|
|
- path: "plist-cil\\bin\\Release\\plist-cil.*.nupkg"
|
|
|
|
|
- path: "plist-cil.benchmark\\BenchmarkDotNet.Artifacts\\results\\*.*"
|