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