From 19402c73ea89dfbd9e214559897f295066b48f2d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 10 Mar 2019 22:42:08 -0400 Subject: [PATCH] swagger.json artifact --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 93dadc034..685cef2bf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,3 +40,6 @@ after_build: test_script: #- sh: dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build - ps: dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build + +artifacts: +- path: swagger.json