Skip to content

Bump Umbraco.Cms.Web.BackOffice from 9.0.0 to 10.6.1 in /Our.Umbraco.Domains #10

Bump Umbraco.Cms.Web.BackOffice from 9.0.0 to 10.6.1 in /Our.Umbraco.Domains

Bump Umbraco.Cms.Web.BackOffice from 9.0.0 to 10.6.1 in /Our.Umbraco.Domains #10

Workflow file for this run

name: v9-build
on:
pull_request:
branches: [ v9/main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal