This commit is contained in:
Fu Diwei 2022-05-06 20:45:02 +08:00
commit 26b9c17a7d

View File

@ -24,6 +24,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore Dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: