Skip to content

Commit b99279a

Browse files
committed
Try again
1 parent feff8eb commit b99279a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuget-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: |
4343
cd Obsidian.API
4444
dotnet build -c Release -p:Version=1.0.0-${{ github.run_number }}-${{ github.sha }}
45-
dotnet pack -c Release -o build -p:Version=1.0.0-nightly-${{ github.run_number }} -IncludeReferencedProjects
45+
dotnet pack -c Release -o build -p:Version=1.0.0-nightly-${{ github.run_number }}
4646
dotnet nuget push "build/*" --skip-duplicate -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json

Obsidian.API/Obsidian.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</ItemGroup>
8888

8989
<ItemGroup>
90-
<ProjectReference Include="..\Obsidian.Nbt\Obsidian.Nbt.csproj" />
90+
<ProjectReference Include="..\Obsidian.Nbt\Obsidian.Nbt.csproj" PrivateAssets="all" />
9191
<ProjectReference Include="..\Obsidian.SourceGenerators\Obsidian.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
9292
</ItemGroup>
9393
</Project>

0 commit comments

Comments
 (0)