Skip to content

feat: The OSS update to the start function adds pre - and post-proces… #786

feat: The OSS update to the start function adds pre - and post-proces…

feat: The OSS update to the start function adds pre - and post-proces… #786

Workflow file for this run

name: dotnet-ci
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore ./src/c#/GeneralUpdate.sln
- name: build
run: dotnet build ./src/c#/GeneralUpdate.sln -c Release