Skip to content

Commit d2f88a2

Browse files
committed
Appveyour.yml fix
1 parent 02ce169 commit d2f88a2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ configuration: Release
99
platform: Any CPU
1010

1111
before_build:
12-
- cmd: "dotnet restore Simplify.Templates.sln"
12+
- nuget restore Simplify.ProjectsTemplates.sln
1313

1414
build:
15-
project: Simplify.Templates.sln
15+
project: Simplify.ProjectsTemplates.sln
16+
parallel: true
1617
verbosity: minimal
17-
18-
after_build:
19-
- cmd: "dotnet pack Simplify.Templates.csproj"
20-
21-
artifacts:
22-
- path: 'bin\Any CPU\Release\*.nupkg'
18+
publish_nuget: true

0 commit comments

Comments
 (0)