File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 - name : Build Code
3131 run : dotnet build TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.sln --configuration Release
32-
32+
33+ - name : Publish API
34+ run : dotnet publish "TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.csproj" --configuration Release --output TransactionProcessor.HealthChecksUI/publishOutput
35+
3336 - name : Install Octopus CLI
3437 run : |
3538 sudo apt update && sudo apt install --no-install-recommends gnupg curl ca-certificates apt-transport-https && \
4144 run : >-
4245 octo pack
4346 --outFolder /home/runner/work/SupportTools/TransactionProcessor.HealthChecksUI/
44- --basePath /home/runner/work/SupportTools/TransactionProcessor.HealthChecksUI/publishOutput
47+ --basePath /home/runner/work/SupportTools/SupportTools/ TransactionProcessor.HealthChecksUI/publishOutput
4548 --id TransactionProcessor.HealthChecksUI
4649 --version ${{ steps.get_version.outputs.VERSION }}
4750 --format zip
You can’t perform that action at this time.
0 commit comments