File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments