File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 5252
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
55- - name : Autobuild
56- uses : github/codeql-action/autobuild@v2
55+ # - name: Autobuild
56+ # uses: github/codeql-action/autobuild@v2
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6666 # make bootstrap
6767 # make release
6868
69+ - name : Setup .NET SDK
70+ uses : actions/setup-dotnet@v3.2.0
71+ with :
72+ dotnet-version : ' 9.0.x'
73+
74+ - name : Restore dependencies
75+ run : dotnet restore
76+
77+ - name : Build
78+ run : dotnet build --configuration Debug --no-restore
79+
6980 - name : Perform CodeQL Analysis
7081 uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments