add ci
This commit is contained in:
parent
7c669df379
commit
52de50435b
|
@ -7,7 +7,10 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<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="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -27,6 +30,7 @@
|
|||
"associatedIndex": 8
|
||||
}</component>
|
||||
<component name="ProjectId" id="2hGYkrZ3l90BcYbUWohYNLxustS" />
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="autoscrollToSource" value="true" />
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
|
@ -80,6 +84,7 @@
|
|||
<updated>1717222028445</updated>
|
||||
<workItem from="1717222031128" duration="1205000" />
|
||||
<workItem from="1717424311438" duration="10982000" />
|
||||
<workItem from="1718959501225" duration="1158000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="init">
|
||||
<option name="closed" value="true" />
|
||||
|
@ -105,7 +110,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1717425242758</updated>
|
||||
</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 />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
@ -124,9 +137,9 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<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: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>
|
||||
</project>
|
9
ci.drone.yml
Normal file
9
ci.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user