Skip to content

Adding Custom Field Support #9

Adding Custom Field Support

Adding Custom Field Support #9

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-quality: 'preview'
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
- name: Run Build
run: dotnet build src/ABSmartly.Sdk
- name: Run Tests
run: dotnet test