Skip to content

Commit 04111db

Browse files
Add "dotnet new" nupkg as AppVeyor artifact
1 parent 5a593d6 commit 04111db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ build_script:
2525
artifacts:
2626
- path: templates\package-builder\dist\artifacts\generator-aspnetcore-spa.tar.gz
2727
name: generator-aspnetcore-spa
28+
- path: templates\package-builder\dist\artifacts\*.nupkg
29+
name: Microsoft.AspNetCore.SpaTemplates
30+
type: NuGetPackage
2831
# - build.cmd verify
2932
clone_depth: 1
3033
test_script:

0 commit comments

Comments
 (0)