Skip to content

chore: clear payments #3

chore: clear payments

chore: clear payments #3

Workflow file for this run

name: build-dotnet
on:
push:
branches:
- '**'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup dotnet build
uses: actions/setup-dotnet@v3
with:
cache: true
source-url: https://nuget.pkg.github.com/KodyPay/index.json
cache-dependency-path: dotnet/packages.lock.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build dotnet project
run: |
dotnet build dotnet