You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 6.0.0-beta.21160.7 -> To Version 6.0.0-beta.21167.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[Parameter(Mandatory=$true)][string] $SourcesDirectory,# Directory where source files live; if using a Localize directory it should live in here
3
+
[string] $LanguageSet='VS_Main_Languages',# Language set to be used in the LocProject.json
4
+
[switch] $UseCheckedInLocProjectJson,# When set, generates a LocProject.json and compares it to one that already exists in the repo; otherwise just generates one
5
+
[switch] $CreateNeutralXlfs# Creates neutral xlf files. Only set to false when running locally
6
+
)
7
+
8
+
# Generates LocProject.json files for the OneLocBuild task. OneLocBuildTask is described here:
0 commit comments