Skip to content

Add Shell Execution Extensions to Context #11

Add Shell Execution Extensions to Context

Add Shell Execution Extensions to Context #11

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Build Solution
run: dotnet build