Skip to content

Commit 74009f3

Browse files
committed
Package whole bin directory as zip
1 parent 9d168d5 commit 74009f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

release_appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ after_build:
2323
2424
./nuget.exe pack '..\SQLite.CodeFirst\SQLite.CodeFirst.csproj' -Properties -Symbols -OutputDirectory '..\SQLite.CodeFirst\bin'
2525
artifacts:
26-
- path: SQLite.CodeFirst\bin\Debug**\SQLite.CodeFirst.*
27-
name: Debug
28-
- path: SQLite.CodeFirst\bin\Release\**\SQLite.CodeFirst.dll
29-
name: Release
26+
- path: SQLite.CodeFirst\bin
27+
name: Assemblies
3028
- path: SQLite.CodeFirst\bin\*.nupkg
3129
name: NuPkg
3230
deploy:

0 commit comments

Comments
 (0)