mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-19 09:34:18 -05:00
[.Net] update dotnet-ci and dotnet-release to use 8.0.x version when setting up .NET. And enable format check (#3136)
* use 8.0.x versin * enable format check * change file header * apply code format * add instructions in ci to fix format error * add comment back
This commit is contained in:
2
.github/workflows/dotnet-release.yml
vendored
2
.github/workflows/dotnet-release.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
global-json-file: dotnet/global.json
|
||||
dotnet-version: '8.0.x'
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
dotnet restore -bl
|
||||
|
||||
Reference in New Issue
Block a user