We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ce169 commit d2f88a2Copy full SHA for d2f88a2
appveyor.yml
@@ -9,14 +9,10 @@ configuration: Release
9
platform: Any CPU
10
11
before_build:
12
- - cmd: "dotnet restore Simplify.Templates.sln"
+ - nuget restore Simplify.ProjectsTemplates.sln
13
14
build:
15
- project: Simplify.Templates.sln
+ project: Simplify.ProjectsTemplates.sln
16
+ parallel: true
17
verbosity: minimal
-
18
-after_build:
19
- - cmd: "dotnet pack Simplify.Templates.csproj"
20
21
-artifacts:
22
- - path: 'bin\Any CPU\Release\*.nupkg'
+ publish_nuget: true
0 commit comments