Skip to content

Commit

Permalink
build: add IsPackable false to main project
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 26, 2023
1 parent 9e9e384 commit 05c58d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{ github.workspace}}/nuget
NuGetDirectory: ${{github.workspace}}/nuget

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions src/TechnicalAnalysis/TechnicalAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<!-- Documentation -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<!-- NuGet -->
<IsPackable>false</IsPackable>
<PackageId>TaLibStandard</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 05c58d4

Please sign in to comment.