Skip to content

Commit

Permalink
[Debugger] Use single hyphen for compiler properties
Browse files Browse the repository at this point in the history
Workaround for dotnet/msbuild#6689
  • Loading branch information
hyazinthh committed Dec 19, 2023
1 parent 85d7c8d commit 7becedb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Libs/FShade.Debug/Compiler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ module internal Compiler =
"--no-dependencies"
"--no-restore"
"--no-self-contained"
"--property:DebugSymbols=false"
"--property:DebugType=None"
"--property:SatelliteResourceLanguages=en"
"--property:GenerateDocumentationFile=false"
"-property:DebugSymbols=false"
"-property:DebugType=None"
"-property:SatelliteResourceLanguages=en"
"-property:GenerateDocumentationFile=false"
]

match buildResult with
Expand Down

0 comments on commit 7becedb

Please sign in to comment.