File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,14 @@ jobs:
2828 - name : Build solution
2929 run : dotnet build src/AiHedgeFund.sln -c Release --no-restore
3030
31- - name : Pack NuGet packages
32- run : |
33- dotnet pack src/AiHedgeFund.Contracts/AiHedgeFund.Contracts.csproj -c Release --no-build --output ./nupkgs
34- dotnet pack src/AiHedgeFund.Agents/AiHedgeFund.Agents.csproj -c Release --no-build --output ./nupkgs
35- dotnet pack src/AiHedgeFund.Data/AiHedgeFund.Data.csproj -c Release --no-build --output ./nupkgs
31+ - name : Pack Contracts
32+ run : dotnet pack src/AiHedgeFund.Contracts/AiHedgeFund.Contracts.csproj -c Release --no-build --output ./nupkgs
33+
34+ - name : Pack Agents
35+ run : dotnet pack src/AiHedgeFund.Agents/AiHedgeFund.Agents.csproj -c Release --no-build --output ./nupkgs
36+
37+ - name : Pack Data
38+ run : dotnet pack src/AiHedgeFund.Data/AiHedgeFund.Data.csproj -c Release --no-build --output ./nupkgs
3639
3740 - name : Show packaged files
3841 run : ls -lh ./nupkgs
You can’t perform that action at this time.
0 commit comments