Skip to content

Commit

Permalink
exclude projects used for development only from packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Aug 8, 2024
1 parent 8a1205c commit 0c43bd8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Push
working-directory: ./
run: |
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.Boost.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
dotnet nuget push ${{ env.PACKAGE_DIRECTORY }}/Friflo.Engine.ECS.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions src/Hub/Engine.Hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<!-- packaging: end -->
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Tests-NativeAOT/Tests-NativeAOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<!-- packaging: end -->
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Tests-internal/Tests-internal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<LangVersion>9</LangVersion>
<!-- packaging: end -->
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<LangVersion>9</LangVersion>
<!-- packaging: end -->
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/apps/Editor.UI/Editor.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<!-- packaging: end -->
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/apps/Editor/Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<!-- packaging: end -->
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/apps/GameTest/GameTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<!-- packaging: end -->
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/apps/OpenGL/Engine.OpenGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- packaging -->
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<IsPackable>false</IsPackable>
<!-- packaging: end -->
</PropertyGroup>

Expand Down

0 comments on commit 0c43bd8

Please sign in to comment.