Add "dotnet new" nupkg as AppVeyor artifact
This commit is contained in:
parent
5a593d657d
commit
04111db230
|
|
@ -25,6 +25,9 @@ build_script:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: templates\package-builder\dist\artifacts\generator-aspnetcore-spa.tar.gz
|
- path: templates\package-builder\dist\artifacts\generator-aspnetcore-spa.tar.gz
|
||||||
name: generator-aspnetcore-spa
|
name: generator-aspnetcore-spa
|
||||||
|
- path: templates\package-builder\dist\artifacts\*.nupkg
|
||||||
|
name: Microsoft.AspNetCore.SpaTemplates
|
||||||
|
type: NuGetPackage
|
||||||
# - build.cmd verify
|
# - build.cmd verify
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test_script:
|
test_script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue