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 faf4349 commit d91fcd6Copy full SHA for d91fcd6
src/Tasks/sdk-tasks/GenerateRuntimeAnalyzersSWR.cs
@@ -56,7 +56,7 @@ public override bool Execute()
56
return true;
57
}
58
59
- private void AddFolder(StringBuilder sb, string relativeSourcePath, string swrInstallDir, bool ngenAssemblies = false, IEnumerable<string> filesToInclude = null)
+ private void AddFolder(StringBuilder sb, string relativeSourcePath, string swrInstallDir, bool ngenAssemblies = true, IEnumerable<string> filesToInclude = null)
60
{
61
string sourceFolder = Path.Combine(RuntimeAnalyzersLayoutDirectory, relativeSourcePath);
62
0 commit comments