Skip to content

Commit 5993247

Browse files
committed
Also exclude Pid (depends on SignalProcessing)
1 parent d10c64e commit 5993247

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
@@ -50,7 +50,6 @@ jobs:
5050
dotnet build src/EventPi.Abstractions/EventPi.Abstractions.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
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 }}
53-
dotnet build src/EventPi.Pid/EventPi.Pid.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5453
dotnet build src/EventPi.Advertiser/EventPi.Advertiser.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5554
dotnet build src/EventPi.NetworkMonitor/EventPi.NetworkMonitor.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5655
dotnet build src/EventPi.EventStore/EventPi.EventStore.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
@@ -88,14 +87,6 @@ jobs:
8887
--output ./artifacts \
8988
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
9089
91-
- name: Pack EventPi.Pid
92-
run: |
93-
dotnet pack src/EventPi.Pid/EventPi.Pid.csproj \
94-
--configuration ${{ env.CONFIGURATION }} \
95-
--no-build \
96-
--output ./artifacts \
97-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
98-
9990
- name: Pack EventPi.Advertiser
10091
run: |
10192
dotnet pack src/EventPi.Advertiser/EventPi.Advertiser.csproj \

0 commit comments

Comments
 (0)