Skip to content

Commit

Permalink
removed generatepackageonbuild tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Fetoni committed Aug 22, 2024
1 parent 8f4a6b5 commit c04c0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{ github.workspace}}/nuget
NuGetDirectory: ${{ github.workspace }}/nuget

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<!--<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<Title>A .net driver for simplified access to common messaging system.</Title>
<Version>0.0.1-alpha</Version>
<Company>The Sharp Ninjas</Company>
Expand Down

0 comments on commit c04c0de

Please sign in to comment.