test ci
This commit is contained in:
parent
a31643ec43
commit
08b1265072
|
@ -12,3 +12,8 @@ steps:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet build --configuration Release
|
- dotnet build --configuration Release
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
|
commands:
|
||||||
|
- dotnet publish -c Release -o out
|
|
@ -7,7 +7,7 @@
|
||||||
<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="test drone ci">
|
||||||
<change beforePath="$PROJECT_DIR$/.drone.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.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>
|
||||||
|
@ -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="1723000" />
|
<workItem from="1718959501225" duration="2204000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="init">
|
<task id="LOCAL-00001" summary="init">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
|
@ -134,7 +134,15 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1718979645165</updated>
|
<updated>1718979645165</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="7" />
|
<task id="LOCAL-00007" summary="test drone ci">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1718980772232</created>
|
||||||
|
<option name="number" value="00007" />
|
||||||
|
<option name="presentableId" value="LOCAL-00007" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1718980772232</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="8" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
@ -158,6 +166,7 @@
|
||||||
<MESSAGE value="init" />
|
<MESSAGE value="init" />
|
||||||
<MESSAGE value="add ci" />
|
<MESSAGE value="add ci" />
|
||||||
<MESSAGE value="改名" />
|
<MESSAGE value="改名" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="改名" />
|
<MESSAGE value="test drone ci" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="test drone ci" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user