Skip to content

Commit bac6a2a

Browse files
authored
- replaces auto-build
1 parent 781a004 commit bac6a2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858

5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)
61-
- name: Autobuild
62-
uses: github/codeql-action/autobuild@v2
61+
# - name: Autobuild
62+
# uses: github/codeql-action/autobuild@v2
63+
64+
- name: build
65+
run: dotnet build src\Microsoft.OpenApi.OData.Reader\Microsoft.OpenAPI.OData.Reader.csproj -c Release
6366

6467
# ℹ️ Command-line programs to run using the OS shell.
6568
# 📚 https://git.io/JvXDl

0 commit comments

Comments
 (0)