Skip to content

Bump Umbraco.Cms from 11.5.0 to 12.1.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite11 #56

Bump Umbraco.Cms from 11.5.0 to 12.1.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite11

Bump Umbraco.Cms from 11.5.0 to 12.1.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite11 #56

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