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