File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments