Skip to content

Commit 4212184

Browse files
committed
Exclude deprecated EventStore package (net8.0 incompatibility)
1 parent 5993247 commit 4212184

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
dotnet build src/EventPi.SharedMemory/EventPi.SharedMemory.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5353
dotnet build src/EventPi.Advertiser/EventPi.Advertiser.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5454
dotnet build src/EventPi.NetworkMonitor/EventPi.NetworkMonitor.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
55-
dotnet build src/EventPi.EventStore/EventPi.EventStore.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5655
dotnet build src/EventPi.AutoUpdate/EventPi.AutoUpdate.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5756
dotnet build src/EventPi.Events.MachineWork/EventPi.Events.MachineWork.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5857
dotnet build src/EventPi.Services.Camera.Contract/EventPi.Services.Camera.Contract.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
@@ -103,14 +102,6 @@ jobs:
103102
--output ./artifacts \
104103
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
105104
106-
- name: Pack EventPi.EventStore
107-
run: |
108-
dotnet pack src/EventPi.EventStore/EventPi.EventStore.csproj \
109-
--configuration ${{ env.CONFIGURATION }} \
110-
--no-build \
111-
--output ./artifacts \
112-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
113-
114105
- name: Pack EventPi.AutoUpdate
115106
run: |
116107
dotnet pack src/EventPi.AutoUpdate/EventPi.AutoUpdate.csproj \

0 commit comments

Comments
 (0)