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 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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments