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
[main] Update dependencies from dotnet/arcade (dotnet#1487)
* Update dependencies from https://github.com/dotnet/arcade build 20210316.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
From Version 6.0.0-beta.21165.1 -> To Version 6.0.0-beta.21166.5
* Update dependencies from https://github.com/dotnet/arcade build 20210317.3
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
From Version 6.0.0-beta.21165.1 -> 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