Skip to content

refactor: pipelines (#25) #11

refactor: pipelines (#25)

refactor: pipelines (#25) #11

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
- dev
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
global-json-file: './global.json'
- name: Build and Test
run: ./scripts/Build.ps1
shell: pwsh