2020-08-19 17:28:56 +02:00
|
|
|
image: Visual Studio 2019
|
|
|
|
|
|
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
|
2018-06-24 16:12:02 +02:00
|
|
|
- cmd: git checkout master
|
|
|
|
|
- cmd: dotnet run --project plist-cil.benchmark/plist-cil.benchmark.csproj -c Release
|
2016-06-03 16:19:40 +02:00
|
|
|
|
2018-05-22 13:59:05 +02:00
|
|
|
artifacts:
|
2018-06-19 11:16:14 +02:00
|
|
|
- path: "plist-cil\\bin\\Release\\plist-cil.*.nupkg"
|
2020-08-19 17:33:11 +02:00
|
|
|
- path: "BenchmarkDotNet.Artifacts\\results\\*.*"
|