Merge pull request #7480 from mikkelbu/list-store-and-help-as-commands

Add store and help to SDK commands
This commit is contained in:
Nick Guerrera 2017-09-01 12:48:58 -07:00 committed by GitHub
commit f4f5100af1
16 changed files with 72 additions and 0 deletions

View file

@ -27,6 +27,8 @@ path-to-application:
nuget {LocalizableStrings.NugetDefinition}
msbuild {LocalizableStrings.MsBuildDefinition}
vstest {LocalizableStrings.VsTestDefinition}
store {LocalizableStrings.StoreDefinition}
help {LocalizableStrings.HelpDefinition}
{LocalizableStrings.CommonOptions}:
-v|--verbosity {CommonLocalizableStrings.VerbosityOptionDescription}

View file

@ -180,6 +180,9 @@
<data name="MigrateDefinition" xml:space="preserve">
<value>Migrates a project.json based project to a msbuild based project.</value>
</data>
<data name="StoreDefinition" xml:space="preserve">
<value>Stores the specified assemblies in the runtime store.</value>
</data>
<data name="ProjectModificationCommands" xml:space="preserve">
<value>Project modification commands</value>
</data>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Cesta k dodatečnému souboru deps.json.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Pfad zur zusätzlichen "deps.json"-Datei.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Ruta de acceso al archivo deps.json adicional.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Chemin du fichier deps.json supplémentaire.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Percorso del file deps.json aggiuntivo.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">追加 deps.json ファイルへのパス。</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">추가 deps.json 파일의 경로입니다.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Ścieżka do dodatkowego pliku deps.json.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Caminho para o arquivo deps.json adicional.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Путь к дополнительному файлу deps.json.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">Ek deps.json dosyasının yolu.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">其他 deps.json 文件的路径。</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -237,6 +237,11 @@
<target state="needs-review-translation">其他 deps.json 檔案的路徑。</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="new">Stores the specified assemblies in the runtime store.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -38,6 +38,8 @@ SDK commands:
nuget Provides additional NuGet commands.
msbuild Runs Microsoft Build Engine (MSBuild).
vstest Runs Microsoft Test Execution Command Line Tool.
store Stores the specified assemblies in the runtime store.
help Show help.
Common options:
-v|--verbosity Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].