This commit is contained in:
Admin 2024-06-21 22:17:29 +08:00
parent 7c669df379
commit 52de50435b
2 changed files with 26 additions and 4 deletions

View File

@ -7,7 +7,10 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="75d4b9de-6eca-410e-b1ba-1b19ff53125a" name="Changes" comment="" /> <list default="true" id="75d4b9de-6eca-410e-b1ba-1b19ff53125a" name="Changes" comment="init">
<change afterPath="$PROJECT_DIR$/ci.drone.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.antblazorpro.dir/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.antblazorpro.dir/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -27,6 +30,7 @@
&quot;associatedIndex&quot;: 8 &quot;associatedIndex&quot;: 8
}</component> }</component>
<component name="ProjectId" id="2hGYkrZ3l90BcYbUWohYNLxustS" /> <component name="ProjectId" id="2hGYkrZ3l90BcYbUWohYNLxustS" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState"> <component name="ProjectViewState">
<option name="autoscrollToSource" value="true" /> <option name="autoscrollToSource" value="true" />
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
@ -80,6 +84,7 @@
<updated>1717222028445</updated> <updated>1717222028445</updated>
<workItem from="1717222031128" duration="1205000" /> <workItem from="1717222031128" duration="1205000" />
<workItem from="1717424311438" duration="10982000" /> <workItem from="1717424311438" duration="10982000" />
<workItem from="1718959501225" duration="1158000" />
</task> </task>
<task id="LOCAL-00001" summary="init"> <task id="LOCAL-00001" summary="init">
<option name="closed" value="true" /> <option name="closed" value="true" />
@ -105,7 +110,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1717425242758</updated> <updated>1717425242758</updated>
</task> </task>
<option name="localTasksCounter" value="4" /> <task id="LOCAL-00004" summary="init">
<option name="closed" value="true" />
<created>1718959711128</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1718959711128</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -124,9 +137,9 @@
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" /> <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
<MESSAGE value="init" />
<MESSAGE value="2024 年 06 月 03 日 22:31:58" /> <MESSAGE value="2024 年 06 月 03 日 22:31:58" />
<MESSAGE value="2024 年 06 月 03 日 22:33:45" /> <MESSAGE value="2024 年 06 月 03 日 22:33:45" />
<option name="LAST_COMMIT_MESSAGE" value="2024 年 06 月 03 日 22:33:45" /> <MESSAGE value="init" />
<option name="LAST_COMMIT_MESSAGE" value="init" />
</component> </component>
</project> </project>

9
ci.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build
- dotnet test