From e6cfe93e13d3f87a666fd328fc3e3d983ebd154e Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Mon, 2 Jan 2017 12:02:58 +0000 Subject: [PATCH] Instruct AppVeyor to regard the generator-aspnetcore-spa.tar.gz file as a build artifact --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 102c888..f2e886a 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,9 @@ build_script: - npm install - npm run build - ps: Pop-Location +artifacts: + - path: templates\package-builder\dist\artifacts\generator-aspnetcore-spa.tar.gz + name: generator-aspnetcore-spa # - build.cmd verify clone_depth: 1 test_script: