Skip to content

Commit 45c59f1

Browse files
use exerimental roslyn
1 parent 2793b5c commit 45c59f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Param(
4747
[string]$Configuration = "Release",
4848
[ValidateSet("Quiet", "Minimal", "Normal", "Verbose", "Diagnostic")]
4949
[string]$Verbosity = "Verbose",
50-
[switch]$Experimental,
50+
[switch]$Experimental = $true,
5151
[Alias("DryRun","Noop")]
5252
[switch]$WhatIf,
5353
[switch]$Mono,

0 commit comments

Comments
 (0)