Skip to content

Bump Umbraco.Cms from 10.7.0 to 10.8.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite10 #57

Bump Umbraco.Cms from 10.7.0 to 10.8.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite10

Bump Umbraco.Cms from 10.7.0 to 10.8.0 in /src/Testsites/Our.Umbraco.FullTextSearch.Testsite10 #57

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