Skip to content

Merge pull request #2 from AndyButland/patch-1 #8

Merge pull request #2 from AndyButland/patch-1

Merge pull request #2 from AndyButland/patch-1 #8

Workflow file for this run

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