Skip to content

Commit 0d10b21

Browse files
author
Rafal Maciag
committed
Exclude net8.0 projects (Events.MachineWork, Services.MachineWorkTime, UI)
1 parent 4212184 commit 0d10b21

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ jobs:
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 }}
5555
dotnet build src/EventPi.AutoUpdate/EventPi.AutoUpdate.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
56-
dotnet build src/EventPi.Events.MachineWork/EventPi.Events.MachineWork.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5756
dotnet build src/EventPi.Services.Camera.Contract/EventPi.Services.Camera.Contract.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
5857
dotnet build src/EventPi.Services.Camera/EventPi.Services.Camera.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
59-
dotnet build src/EventPi.Services.MachineWorkTime/EventPi.Services.MachineWorkTime.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
6058
dotnet build src/EventPi.Services.NetworkMonitor.Contract/EventPi.Services.NetworkMonitor.Contract.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
6159
dotnet build src/EventPi.Services.NetworkMonitor/EventPi.Services.NetworkMonitor.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
62-
dotnet build src/EventPi.UI/EventPi.UI.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
6360
dotnet build src/EventPi.SimpleAPIToPWM/EventPi.SimpleAPIToPWM/EventPi.SimpleAPIToPWM.csproj --configuration ${{ env.CONFIGURATION }} /p:Version=${{ steps.get_version.outputs.VERSION }}
6461
6562
- name: Pack EventPi.Abstractions
@@ -110,14 +107,6 @@ jobs:
110107
--output ./artifacts \
111108
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
112109
113-
- name: Pack EventPi.Events.MachineWork
114-
run: |
115-
dotnet pack src/EventPi.Events.MachineWork/EventPi.Events.MachineWork.csproj \
116-
--configuration ${{ env.CONFIGURATION }} \
117-
--no-build \
118-
--output ./artifacts \
119-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
120-
121110
- name: Pack EventPi.Services.Camera.Contract
122111
run: |
123112
dotnet pack src/EventPi.Services.Camera.Contract/EventPi.Services.Camera.Contract.csproj \
@@ -134,14 +123,6 @@ jobs:
134123
--output ./artifacts \
135124
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
136125
137-
- name: Pack EventPi.Services.MachineWorkTime
138-
run: |
139-
dotnet pack src/EventPi.Services.MachineWorkTime/EventPi.Services.MachineWorkTime.csproj \
140-
--configuration ${{ env.CONFIGURATION }} \
141-
--no-build \
142-
--output ./artifacts \
143-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
144-
145126
- name: Pack EventPi.Services.NetworkMonitor.Contract
146127
run: |
147128
dotnet pack src/EventPi.Services.NetworkMonitor.Contract/EventPi.Services.NetworkMonitor.Contract.csproj \
@@ -158,14 +139,6 @@ jobs:
158139
--output ./artifacts \
159140
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
160141
161-
- name: Pack EventPi.UI
162-
run: |
163-
dotnet pack src/EventPi.UI/EventPi.UI.csproj \
164-
--configuration ${{ env.CONFIGURATION }} \
165-
--no-build \
166-
--output ./artifacts \
167-
/p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
168-
169142
- name: Pack EventPi.SimpleAPIToPWM
170143
run: |
171144
dotnet pack src/EventPi.SimpleAPIToPWM/EventPi.SimpleAPIToPWM/EventPi.SimpleAPIToPWM.csproj \

0 commit comments

Comments
 (0)