Skip to content

Commit 7dbc1b5

Browse files
authored
Update compiled-languages-csharp.md
1 parent bcbbea8 commit 7dbc1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

troubleshooting/codeql-builds/compiled-languages-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Next, consider specifying your own build steps from an existing CI workflow:
8787

8888
# CI build with best practices from: https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/#specifying-build-commands
8989
- name: .NET Build Steps
90-
run: |
90+
run: |
9191
nuget restore .\FullDotNetWebApp.sln -DisableParallelProcessing
9292
msbuild .\FullDotNetWebApp.sln /p:UseSharedCompilation=false /t:rebuild /p:Platform="Any CPU" /p:Configuration="Debug" /p:MvcBuildViews=true
9393

0 commit comments

Comments
 (0)