File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,14 @@ build:
1515 verbosity : normal
1616after_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'
2523artifacts :
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
3228deploy :
@@ -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
You can’t perform that action at this time.
0 commit comments