Skip to content

Commit d10c64e

Browse files
committed
Temporarily exclude SignalProcessing (circular dependency with VideoStreaming.Buffers)
1 parent cb40374 commit d10c64e

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
@@ -51,7 +51,6 @@ jobs:
5151
dotnet build src/EventPi.Threading/EventPi.Threading.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5252
dotnet build src/EventPi.SharedMemory/EventPi.SharedMemory.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5353
dotnet build src/EventPi.Pid/EventPi.Pid.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
54-
dotnet build src/EventPi.SignalProcessing/EventPi.SignalProcessing.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5554
dotnet build src/EventPi.Advertiser/EventPi.Advertiser.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5655
dotnet build src/EventPi.NetworkMonitor/EventPi.NetworkMonitor.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5756
dotnet build src/EventPi.EventStore/EventPi.EventStore.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
@@ -97,14 +96,6 @@ jobs:
9796
--output ./artifacts \
9897
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
9998
100-
- name: Pack EventPi.SignalProcessing
101-
run: |
102-
dotnet pack src/EventPi.SignalProcessing/EventPi.SignalProcessing.csproj \
103-
--configuration ${{ env.CONFIGURATION }} \
104-
--no-build \
105-
--output ./artifacts \
106-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
107-
10899
- name: Pack EventPi.Advertiser
109100
run: |
110101
dotnet pack src/EventPi.Advertiser/EventPi.Advertiser.csproj \

0 commit comments

Comments
 (0)