File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343
4444 - name : Pack projects
4545 run : |
46- dotnet pack OctopusSamples.OctoPetShop.Database/OctopusSamples.OctoPetShop.Database.csproj --configuration Release --output ./artifacts --version-suffix "${{ steps.version-generator.outputs.version }}"
47- dotnet pack OctopusSamples.OctoPetShop.Web/OctopusSamples.OctoPetShop.Web.csproj --configuration Release --output ./artifacts --version-suffix "${{ steps.version-generator.outputs.version }}"
48- dotnet pack OctopusSamples.OctoPetShop.ProductService/OctopusSamples.OctoPetShop.ProductService.csproj --configuration Release --output ./artifacts --version-suffix "${{ steps.version-generator.outputs.version }}"
49- dotnet pack OctopusSamples.OctoPetShop.ShoppingCartService/OctopusSamples.OctoPetShop.ShoppingCartService.csproj --configuration Release --output ./artifacts --version-suffix "${{ steps.version-generator.outputs.version }}"
46+ dotnet pack OctopusSamples.OctoPetShop.Database/OctopusSamples.OctoPetShop.Database.csproj --configuration Release --output ./artifacts --version "${{ steps.version-generator.outputs.version }}"
47+ dotnet pack OctopusSamples.OctoPetShop.Web/OctopusSamples.OctoPetShop.Web.csproj --configuration Release --output ./artifacts --version "${{ steps.version-generator.outputs.version }}"
48+ dotnet pack OctopusSamples.OctoPetShop.ProductService/OctopusSamples.OctoPetShop.ProductService.csproj --configuration Release --output ./artifacts --version "${{ steps.version-generator.outputs.version }}"
49+ dotnet pack OctopusSamples.OctoPetShop.ShoppingCartService/OctopusSamples.OctoPetShop.ShoppingCartService.csproj --configuration Release --output ./artifacts --version "${{ steps.version-generator.outputs.version }}"
5050
5151 - name : Push packages to GitHub Packages
5252 run : |
You can’t perform that action at this time.
0 commit comments