Merge pull request #109 from onerain88/release-conf
chore: release conf
commit
590e4f2e81
|
@ -18,6 +18,7 @@ deploy:
|
||||||
- "LeanCloud-SDK-Realtime-Unity.zip"
|
- "LeanCloud-SDK-Realtime-Unity.zip"
|
||||||
- "LeanCloud-SDK-LiveQuery-Standard.zip"
|
- "LeanCloud-SDK-LiveQuery-Standard.zip"
|
||||||
- "LeanCloud-SDK-LiveQuery-Unity.zip"
|
- "LeanCloud-SDK-LiveQuery-Unity.zip"
|
||||||
|
- "LeanCloud-SDK-Engine-Standard.zip"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: leancloud/csharp-sdk
|
repo: leancloud/csharp-sdk
|
||||||
|
|
2
Doxyfile
2
Doxyfile
|
@ -6,7 +6,7 @@ OUTPUT_DIRECTORY = ./Doc/
|
||||||
EXTRACT_ALL = yes
|
EXTRACT_ALL = yes
|
||||||
EXTRACT_PRIVATE = no
|
EXTRACT_PRIVATE = no
|
||||||
EXTRACT_STATIC = yes
|
EXTRACT_STATIC = yes
|
||||||
INPUT = ./Storage/Storage/ ./Realtime/Realtime/ ./LiveQuery/LiveQuery/
|
INPUT = ./Storage/Storage/ ./Realtime/Realtime/ ./LiveQuery/LiveQuery/ ./Engine/
|
||||||
#Do not add anything here unless you need to. Doxygen already covers all
|
#Do not add anything here unless you need to. Doxygen already covers all
|
||||||
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
|
#common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp
|
||||||
FILE_PATTERNS =
|
FILE_PATTERNS =
|
||||||
|
|
Loading…
Reference in New Issue