Skip to content

Commit a2b0bc6

Browse files
committed
Sources moved to src folder
1 parent bd159d6 commit a2b0bc6

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ configuration: Release
99
platform: Any CPU
1010

1111
before_build:
12-
- nuget restore
12+
- nuget restore src/Simplify.Web.Multipart.sln
1313

1414
build:
15+
project: src/Simplify.Web.Multipart.sln
1516
publish_nuget: true
1617
parallel: true
1718
verbosity: minimal
File renamed without changes.

Simplify.Web.Multipart/Model/Binding/HttpMultipartFormModelBinder.cs renamed to src/Simplify.Web.Multipart/Model/Binding/HttpMultipartFormModelBinder.cs

File renamed without changes.
File renamed without changes.

Simplify.Web.Multipart/Simplify.Web.Multipart.csproj renamed to src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj

File renamed without changes.

Simplify.Web.Multipart/SimplifyDIRegistratorExtensions.cs renamed to src/Simplify.Web.Multipart/SimplifyDIRegistratorExtensions.cs

File renamed without changes.

0 commit comments

Comments
 (0)