File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 32
32
sudo apt install mono-complete
33
33
mono --version
34
34
- 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}}
36
36
- name : Upload a Build Artifact
37
37
uses : actions/upload-artifact@v4
38
38
with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata >
4
- <id >OpenHarmony.NET.Compiler.Pack </id >
4
+ <id >OpenHarmony.NET.SDK </id >
5
5
<version >1.0.0</version >
6
6
<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 >
9
9
<dependencies >
10
10
<group targetFramework =" net9.0" >
11
11
<dependency id =" OpenHarmony.NET.PublishAotCross" version =" 0.0.0-alpha.2" />
14
14
</dependencies >
15
15
</metadata >
16
16
17
-
18
- <files >
19
- <!-- 将 .targets 文件包含到 build 文件夹中 -->
20
- <file src =" OpenHarmony.NET.Compiler.Pack.targets" target =" build/OpenHarmony.NET.Compiler.Pack.targets" />
21
- </files >
22
-
23
17
</package >
You can’t perform that action at this time.
0 commit comments