Removed misc projects from NUGET

This commit is contained in:
2025-07-22 00:16:28 -04:00
parent 558616311c
commit aa3ac640cb
3 changed files with 3 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Pack
run: dotnet pack --configuration Release --no-build --output nupkgs
run: dotnet pack IronJava.Core/IronJava.Core.csproj --configuration Release --no-build --output nupkgs
- name: Upload NuGet package
uses: actions/upload-artifact@v4

View File

@@ -5,6 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>

View File

@@ -5,6 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>