Skip to content

feat(Client): Add patch upgrade feature and optimize update process #790

feat(Client): Add patch upgrade feature and optimize update process

feat(Client): Add patch upgrade feature and optimize update process #790

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