We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f88a2 commit 3d4ca7cCopy full SHA for 3d4ca7c
1 file changed
appveyor.yml
@@ -15,4 +15,9 @@ build:
15
project: Simplify.ProjectsTemplates.sln
16
parallel: true
17
verbosity: minimal
18
- publish_nuget: true
+
19
+after_build:
20
+ - cmd: "dotnet pack Simplify.ProjectsTemplates.csproj"
21
22
+artifacts:
23
+ - path: 'bin\Any CPU\Release\*.nupkg'
0 commit comments