We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbbea8 commit 7dbc1b5Copy full SHA for 7dbc1b5
1 file changed
troubleshooting/codeql-builds/compiled-languages-csharp.md
@@ -87,7 +87,7 @@ Next, consider specifying your own build steps from an existing CI workflow:
87
88
# CI build with best practices from: https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/#specifying-build-commands
89
- name: .NET Build Steps
90
- run: |
+ run: |
91
nuget restore .\FullDotNetWebApp.sln -DisableParallelProcessing
92
msbuild .\FullDotNetWebApp.sln /p:UseSharedCompilation=false /t:rebuild /p:Platform="Any CPU" /p:Configuration="Debug" /p:MvcBuildViews=true
93
0 commit comments