Skip to content

Commit

Permalink
Merge branch 'development' into improve/issue-3107
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae authored Jan 2, 2025
2 parents 286c30d + ab2be18 commit df8b378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Lib9c.Plugin.Shared/Lib9c.Plugin.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputPath>.bin</OutputPath>
<IntermediateOutputPath>.obj</IntermediateOutputPath>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name != 'pull_request'
run: |
if [[ "$NUGET_API_KEY" != "" ]]; then
for project in Lib9c Lib9c.Abstractions Lib9c.MessagePack Lib9c.Renderers Lib9c.Policy
for project in Lib9c Lib9c.Abstractions Lib9c.MessagePack Lib9c.Renderers Lib9c.Policy .Lib9c.Plugin.Shared
do
dotnet nuget push ./$project/.bin/Lib9c.*.nupkg \
--api-key "$NUGET_API_KEY" \
Expand Down

0 comments on commit df8b378

Please sign in to comment.