Skip to content

Commit cbcb9b1

Browse files
committed
Merge pull request #33 from msallin/Issue_24
Issue 24
2 parents 62fd43b + 55ce31b commit cbcb9b1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

release_appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@ build:
1515
verbosity: normal
1616
after_build:
1717
- ps: >-
18-
Write-Host $env:APPVEYOR_BUILD_FOLDER
19-
2018
cd $env:APPVEYOR_BUILD_FOLDER
2119
2220
cd '.nuget'
2321
2422
./nuget.exe pack '..\SQLite.CodeFirst\SQLite.CodeFirst.csproj' -Properties -Symbols -OutputDirectory '..\SQLite.CodeFirst\bin'
2523
artifacts:
26-
- path: SQLite.CodeFirst\bin\Debug**\SQLite.CodeFirst.*
27-
name: Debug
28-
- path: SQLite.CodeFirst\bin\Release\**\SQLite.CodeFirst.dll
29-
name: Release
24+
- path: SQLite.CodeFirst\bin
25+
name: Assemblies
3026
- path: SQLite.CodeFirst\bin\*.nupkg
3127
name: NuPkg
3228
deploy:
@@ -41,7 +37,7 @@ deploy:
4137
description: https://www.nuget.org/packages/SQLite.CodeFirst/
4238
auth_token:
4339
secure: e3cqaFy9PzI9TAdZJBIDy97Bfbwa7j0EXe2yw7Ev9aJXK0Q+3mnULqb1VU4P7BWR
44-
artifact: Release
40+
artifact: Assemblies,NuPkg
4541
draft: true
4642
on:
4743
branch: master

0 commit comments

Comments
 (0)