test drone ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Admin 2024-06-21 22:39:30 +08:00
parent 6afded7106
commit a31643ec43
2 changed files with 31 additions and 8 deletions

View File

@ -1,9 +1,14 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
steps: steps:
- name: test - name: restore
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- dotnet build - dotnet restore
- dotnet test
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build --configuration Release

View File

@ -7,8 +7,8 @@
<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="init"> <list default="true" id="75d4b9de-6eca-410e-b1ba-1b19ff53125a" name="Changes" comment="改名">
<change afterPath="$PROJECT_DIR$/ci.drone.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.drone.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.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" /> <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> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -84,7 +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" /> <workItem from="1718959501225" duration="1723000" />
</task> </task>
<task id="LOCAL-00001" summary="init"> <task id="LOCAL-00001" summary="init">
<option name="closed" value="true" /> <option name="closed" value="true" />
@ -118,7 +118,23 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1718959711128</updated> <updated>1718959711128</updated>
</task> </task>
<option name="localTasksCounter" value="5" /> <task id="LOCAL-00005" summary="add ci">
<option name="closed" value="true" />
<created>1718979451004</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1718979451004</updated>
</task>
<task id="LOCAL-00006" summary="改名">
<option name="closed" value="true" />
<created>1718979645165</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1718979645165</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -140,6 +156,8 @@
<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" />
<MESSAGE value="init" /> <MESSAGE value="init" />
<option name="LAST_COMMIT_MESSAGE" value="init" /> <MESSAGE value="add ci" />
<MESSAGE value="改名" />
<option name="LAST_COMMIT_MESSAGE" value="改名" />
</component> </component>
</project> </project>