We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781a004 commit bac6a2aCopy full SHA for bac6a2a
.github/workflows/codeql-analysis.yml
@@ -58,8 +58,11 @@ jobs:
58
59
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
# 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
+ # - name: Autobuild
+ # 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
66
67
# ℹ️ Command-line programs to run using the OS shell.
68
# 📚 https://git.io/JvXDl
0 commit comments