We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d168d5 commit 74009f3Copy full SHA for 74009f3
release_appveyor.yml
@@ -23,10 +23,8 @@ after_build:
23
24
./nuget.exe pack '..\SQLite.CodeFirst\SQLite.CodeFirst.csproj' -Properties -Symbols -OutputDirectory '..\SQLite.CodeFirst\bin'
25
artifacts:
26
-- path: SQLite.CodeFirst\bin\Debug**\SQLite.CodeFirst.*
27
- name: Debug
28
-- path: SQLite.CodeFirst\bin\Release\**\SQLite.CodeFirst.dll
29
- name: Release
+- path: SQLite.CodeFirst\bin
+ name: Assemblies
30
- path: SQLite.CodeFirst\bin\*.nupkg
31
name: NuPkg
32
deploy:
0 commit comments