Skip to content

Commit 91c6b85

Browse files
committed
更名
1 parent e003057 commit 91c6b85

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt install mono-complete
3333
mono --version
3434
- name: Pack Blazonia nugets
35-
run: nuget pack ./OpenHarmony.NET.Compiler.Pack.nuspec -OutputDirectory ./packages -Version 0.0.0-alpha.${{github.run_number}}
35+
run: nuget pack ./OpenHarmony.NET.SDK.nuspec -OutputDirectory ./packages -Version 0.0.0-alpha.${{github.run_number}}
3636
- name: Upload a Build Artifact
3737
uses: actions/upload-artifact@v4
3838
with:

OpenHarmony.NET.Compiler.Pack.targets

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>OpenHarmony.NET.Compiler.Pack</id>
4+
<id>OpenHarmony.NET.SDK</id>
55
<version>1.0.0</version>
66
<authors>OpenHarmony.NET</authors>
7-
<projectUrl>https://github.com/OpenHarmony.NET/OpenHarmony.NET.Compiler.Pack</projectUrl>
8-
<description>MSBuild targets to aid in crosscompiling Native AOT publishing.</description>
7+
<projectUrl>https://github.com/OpenHarmony.NET/OpenHarmony.NET.SDK</projectUrl>
8+
<description>NativeAot runtime static library and PublishAotCross tools</description>
99
<dependencies>
1010
<group targetFramework="net9.0">
1111
<dependency id="OpenHarmony.NET.PublishAotCross" version="0.0.0-alpha.2"/>
@@ -14,10 +14,4 @@
1414
</dependencies>
1515
</metadata>
1616

17-
18-
<files>
19-
<!-- 将 .targets 文件包含到 build 文件夹中 -->
20-
<file src="OpenHarmony.NET.Compiler.Pack.targets" target="build/OpenHarmony.NET.Compiler.Pack.targets" />
21-
</files>
22-
2317
</package>

0 commit comments

Comments
 (0)