Skip to content

increase poll time to see PSP effect #25

increase poll time to see PSP effect

increase poll time to see PSP effect #25

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore
run: dotnet restore MiniPaymentsGateway.sln
- name: Build
run: dotnet build MiniPaymentsGateway.sln -c Release --no-restore