File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 - name : Build Code
3434 run : |
3535 dotnet build TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.sln --configuration Release
36- dotnet build TransactionProcessor .MerchantPos/TransactionProcessor .MerchantPos.sln --configuration Release
36+ dotnet build TransactionProcessing .MerchantPos/TransactionProcessing .MerchantPos.sln --configuration Release
3737
3838 - name : Publish API
3939 run : |
4040 dotnet publish "TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.csproj" --configuration Release --output TransactionProcessor.HealthChecksUI/publishOutput -r win-x64 --self-contained
41- dotnet publish "TransactionProcessor .MerchantPos/TransactionProcessor .MerchantPos/TransactionProcessor .MerchantPos.csproj" --configuration Release --output TransactionProcessor .MerchantPos/publishOutput -r win-x64 --self-contained
41+ dotnet publish "TransactionProcessing .MerchantPos/TransactionProcessing .MerchantPos/TransactionProcessing .MerchantPos.csproj" --configuration Release --output TransactionProcessing .MerchantPos/publishOutput -r win-x64 --self-contained
4242
4343 - name : Build Release Package (Health Check UI)
4444 run : |
@@ -54,15 +54,15 @@ jobs:
5454
5555 - name : Build Release Package (Merchant Pos)
5656 run : |
57- cd /home/runner/work/SupportTools/SupportTools/TransactionProcessor .MerchantPos/publishOutput
57+ cd /home/runner/work/SupportTools/SupportTools/TransactionProcessing .MerchantPos/publishOutput
5858 zip -r ../merchantpos.zip ./*
5959 echo "Zip file created at: $(realpath ../merchantpos.zip)"
6060
6161 - name : Upload the artifact (Merchant Pos)
6262 uses : actions/upload-artifact@v4.4.0
6363 with :
6464 name : merchantpos
65- path : /home/runner/work/SupportTools/SupportTools/TransactionProcessor .MerchantPos/merchantpos.zip
65+ path : /home/runner/work/SupportTools/SupportTools/TransactionProcessing .MerchantPos/merchantpos.zip
6666
6767 deploystaging :
6868 runs-on : [stagingserver, windows]
You can’t perform that action at this time.
0 commit comments