Skip to content

extract query generation to own reusable method #68

extract query generation to own reusable method

extract query generation to own reusable method #68

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/Our.Umbraco.FullTextSearch
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release