Skip to content

Commit 3d4ca7c

Browse files
committed
Packs fix
1 parent d2f88a2 commit 3d4ca7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ build:
1515
project: Simplify.ProjectsTemplates.sln
1616
parallel: true
1717
verbosity: minimal
18-
publish_nuget: true
18+
19+
after_build:
20+
- cmd: "dotnet pack Simplify.ProjectsTemplates.csproj"
21+
22+
artifacts:
23+
- path: 'bin\Any CPU\Release\*.nupkg'

0 commit comments

Comments
 (0)