Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dotnet publish use Release by default in 8.0+ Projects #29155

Merged
merged 74 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
fef73a3
First attempt at implementing default release behavior
nagilson Nov 22, 2022
b897115
Basic case is working.
nagilson Nov 22, 2022
1657da1
Add test for failing if conflicting (need asset) AND fix logic
nagilson Nov 24, 2022
0d5d088
Improve test quality
nagilson Nov 28, 2022
0ed140f
Update the name of some publish release and pack release related strings
nagilson Nov 29, 2022
d67c269
Move the pack error to a place where it'll actually trigger and fix r…
nagilson Nov 29, 2022
f2d81f0
Remove the publishsinglefileError that I somehow added -- don't know …
nagilson Nov 29, 2022
de55192
Make tests that demonstrate the new default behavior
nagilson Nov 29, 2022
0b7520e
Add test for pack release multi-targeting. Publishing with multi-targ…
nagilson Nov 29, 2022
954ce09
Use simple identifier for the test
nagilson Dec 15, 2022
d0dcfa1
Use specialized asserts instead of asset.true
nagilson Dec 15, 2022
e7d07d2
Simplify a pack release test identifier
nagilson Dec 15, 2022
8be1cbd
use path.combine instead of string concat in pack release test
nagilson Dec 15, 2022
9e6e28e
Respond to some basic pr feedback about tests and tmp files
nagilson Dec 15, 2022
390f985
Respond to all of the 'nits' before the more substantive issues
nagilson Dec 15, 2022
890169f
Consider multi-targeted projects with inherit implicit p*release conf…
nagilson Dec 19, 2022
be3728c
[WIP] Add test infra code to create test solutions
nagilson Dec 20, 2022
7d897c7
Clean-up test code regarding TestSolution.cs
nagilson Dec 20, 2022
65e819c
Merge remote-tracking branch 'primary/main' into nagilson-publish-rel…
nagilson Dec 20, 2022
cc99dc5
Merge with main
nagilson Dec 20, 2022
e2616d8
Fail even if P*Release not defined, and enable PackRelease regardless…
nagilson Jan 11, 2023
b303257
[WIP] check the target framework in a better way
nagilson Jan 11, 2023
cb7f0b1
Move PublishRelease default to a new area so it can be picked up in p…
nagilson Jan 12, 2023
983e49e
Update solution tests to use correct identifier syntax
nagilson Jan 12, 2023
09e53a5
Merge branch 'nagilson-publish-release-default' of https://github.com…
nagilson Jan 12, 2023
12557b8
Do PublishRelease error only if IsPublishing so we don't fail VS publish
nagilson Jan 12, 2023
d140c91
Make it so the P*Release errors dont occur if env-var opt out enabled.
nagilson Jan 12, 2023
aac4107
Cleanup code and add the names of a TON of edge cases in tests with m…
nagilson Jan 12, 2023
025aec4
Make the code build before finishing tests
nagilson Jan 12, 2023
57844da
Merge remote-tracking branch 'primary/main' into nagilson-publish-rel…
nagilson Jan 12, 2023
2f0fcc2
update xlf post merge of PR and ILLink error conflict
nagilson Jan 12, 2023
e36427a
Update tests and fix bug where the solution arbitrary project not def…
nagilson Jan 13, 2023
98fa0e6
Consider that the filepath of project is not a fullpath
nagilson Jan 13, 2023
3a3d4a0
[WIP] Fix some of the newly added PublishRelease tests
nagilson Jan 14, 2023
2f7c1d3
Merge branch 'main' into nagilson-publish-release-default
nagilson Jan 17, 2023
1bb42a1
.WithTargetframeworks uses Targetframeworks instead of TargetFramewor…
nagilson Jan 17, 2023
466b909
Fix a bug I added trying to simplify code where publish command parse…
nagilson Jan 17, 2023
ec10854
CONSIDER: 1 Project Turns Into 9 Evaluations With Pack Multitarget ->…
nagilson Jan 17, 2023
ccda58c
Make publish tests with Debug hardcoded use Release. Code cleanup.
nagilson Jan 18, 2023
0638edc
Fix some more tests expecting publish debug
nagilson Jan 18, 2023
44b2397
Clean-up publishrelease default code again before review, anticipatin…
nagilson Jan 18, 2023
1fc9949
Make error message not say use Directory.Build.props because it doesn…
nagilson Jan 18, 2023
b3a342e
Remove quotes from error message
nagilson Jan 18, 2023
eb32cf3
UCR test to use release config instead of debug
nagilson Jan 18, 2023
bfd1f90
PublishRelease only affects publish test change
nagilson Jan 18, 2023
80b58d5
Fix solution handling code to not undefine properties if not set
nagilson Jan 18, 2023
0447d59
Fix some crappy code in .net tool pack test per @dsplaisted where mul…
nagilson Jan 19, 2023
f3fc8d6
Revert back to the old error message
nagilson Jan 19, 2023
c301b25
[!] Change the design to be slower but break less customers.
nagilson Jan 19, 2023
66b69bb
Update one remaining test to reflect new change that fails less often
nagilson Jan 19, 2023
be4ef83
Respond to PR feedback and add the slow and fast way as a flag
nagilson Jan 24, 2023
90ed485
Merge remote-tracking branch 'primary/main' into nagilson-publish-rel…
nagilson Jan 24, 2023
baa0905
Remove test with the old environment variable idea.
nagilson Jan 24, 2023
d94f360
Remove the test solution files and update tests
nagilson Jan 24, 2023
59abc25
Clean up remaining tests with removed solution file gunk code that ca…
nagilson Jan 24, 2023
2523195
Improve comment clarity by removing TFM and making it TargetFramework
nagilson Jan 25, 2023
9803137
Respond to PR feedback -> improve comments regarding PublishRelease, …
nagilson Jan 25, 2023
168a0dd
Merge branch 'nagilson-publish-release-default' of https://github.com…
nagilson Jan 25, 2023
47a78ee
Make a comment point to what MSBuild code it is relying oon
nagilson Jan 26, 2023
693546c
Use Assert.Equal instead of Assert.True ==
nagilson Jan 26, 2023
af4eb20
Use Path.Combine instead of str + str
nagilson Jan 26, 2023
ebf7fea
Remove the "v" that was supposed to be a down arrow in the comment
nagilson Jan 26, 2023
fda2de8
Update parameter name to reflect the pass by reference default of C#
nagilson Jan 26, 2023
d057474
Be clear that Configuration > PublishRelease or PackRelease in the er…
nagilson Jan 26, 2023
66e4967
Check that FileInfo exists instead of using Assert.True(File.Exists..…
nagilson Jan 26, 2023
a353113
Do FileInfo asserts because they give the path if they fail
nagilson Jan 26, 2023
51e4385
Fix a small typo in the test name
nagilson Jan 26, 2023
951e941
Use Tuples with named elements instead of a Tuple<K, V>
nagilson Jan 26, 2023
0c7d76f
Use named tuples over Tuple<>
nagilson Jan 26, 2023
26e5f57
Respond to PR feedback to improve code quality
nagilson Jan 27, 2023
71902de
Merge branch 'nagilson-publish-release-default' of https://github.com…
nagilson Jan 27, 2023
905b44b
Update XLF
nagilson Jan 27, 2023
3d70802
Respond to PR feedback to improve test code quality for publishrelease
nagilson Jan 27, 2023
d6e4e38
Remove the / in a test that would fail because paths in linux are dif…
nagilson Jan 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/Cli/dotnet/CommonLocalizableStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,6 @@
<data name="ToolSettingsUnsupportedRunner" xml:space="preserve">
<value>Command '{0}' uses unsupported runner '{1}'."</value>
</data>
<data name="SolutionExecutableConfigurationMismatchError" xml:space="preserve">
<value>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</value>
</data>
<data name="ShellShimConflict" xml:space="preserve">
<value>Command '{0}' conflicts with an existing command from another tool.</value>
</data>
Expand Down Expand Up @@ -709,9 +705,6 @@ The default is 'true' if a runtime identifier is specified.</value>
<data name="ResponseFileNotFound" xml:space="preserve">
<value>Response file '{0}' does not exist.</value>
</data>
<data name="CustomConfigurationDisablesPublishAndPackReleaseProperties" xml:space="preserve">
<value>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</value>
</data>
<data name="CorruptSolutionProjectFolderStructure" xml:space="preserve">
<value>The solution file '{0}' is missing EndProject tags or has invalid child-parent project folder mappings around project GUID: '{1}'. Manually repair the solution or try to open and save it in Visual Studio."</value>
</data>
Expand Down
274 changes: 183 additions & 91 deletions src/Cli/dotnet/ReleasePropertyProjectLocator.cs

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions src/Cli/dotnet/commands/dotnet-pack/PackCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.CommandLine.Parsing;
using Microsoft.DotNet.Tools.Publish;
using System.Linq;
using System.Diagnostics;

namespace Microsoft.DotNet.Tools.Pack
{
Expand Down Expand Up @@ -37,15 +38,21 @@ public static PackCommand FromParseResult(ParseResult parseResult, string msbuil
var msbuildArgs = new List<string>()
{
"-target:pack",
"--property:_IsPacking=true"
"--property:_IsPacking=true" // This property will not hold true for MSBuild /t:Publish or in VS.
};

IEnumerable<string> slnOrProjectArgs = parseResult.GetValue(PackCommandParser.SlnOrProjectArgument);

msbuildArgs.AddRange(parseResult.OptionValuesToBeForwarded(PackCommandParser.GetCommand()));
ReleasePropertyProjectLocator projectLocator = new ReleasePropertyProjectLocator(Environment.GetEnvironmentVariable(EnvironmentVariableNames.ENABLE_PACK_RELEASE_FOR_SOLUTIONS) != null);
nagilson marked this conversation as resolved.
Show resolved Hide resolved
msbuildArgs.AddRange(projectLocator.GetCustomDefaultConfigurationValueIfSpecified(parseResult, MSBuildPropertyNames.PACK_RELEASE,
slnOrProjectArgs, PackCommandParser.ConfigurationOption) ?? Array.Empty<string>());

ReleasePropertyProjectLocator projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PACK_RELEASE,
new ReleasePropertyProjectLocator.DependentCommandOptions(
parseResult.GetValue(PackCommandParser.SlnOrProjectArgument),
parseResult.HasOption(PackCommandParser.ConfigurationOption) ? parseResult.GetValue(PackCommandParser.ConfigurationOption) : null
)
);
msbuildArgs.AddRange(projectLocator.GetCustomDefaultConfigurationValueIfSpecified());

msbuildArgs.AddRange(slnOrProjectArgs ?? Array.Empty<string>());

bool noRestore = parseResult.HasOption(PackCommandParser.NoRestoreOption) || parseResult.HasOption(PackCommandParser.NoBuildOption);
Expand Down
15 changes: 11 additions & 4 deletions src/Cli/dotnet/commands/dotnet-publish/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static PublishCommand FromParseResult(ParseResult parseResult, string msb
var msbuildArgs = new List<string>()
{
"-target:Publish",
"--property:_IsPublishing=true" // This property will not hold true for MSBuild /t:Publish. VS should also inject this property when publishing in the future.
"--property:_IsPublishing=true" // This property will not hold true for MSBuild /t:Publish or in VS.
};

IEnumerable<string> slnOrProjectArgs = parseResult.GetValue(PublishCommandParser.SlnOrProjectArgument);
Expand All @@ -55,9 +55,16 @@ public static PublishCommand FromParseResult(ParseResult parseResult, string msb
parseResult.HasOption(PublishCommandParser.NoSelfContainedOption));

msbuildArgs.AddRange(parseResult.OptionValuesToBeForwarded(PublishCommandParser.GetCommand()));
ReleasePropertyProjectLocator projectLocator = new ReleasePropertyProjectLocator(Environment.GetEnvironmentVariable(EnvironmentVariableNames.ENABLE_PUBLISH_RELEASE_FOR_SOLUTIONS) != null);
msbuildArgs.AddRange(projectLocator.GetCustomDefaultConfigurationValueIfSpecified(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE,
slnOrProjectArgs, PublishCommandParser.ConfigurationOption) ?? Array.Empty<string>());

ReleasePropertyProjectLocator projectLocator = new ReleasePropertyProjectLocator(parseResult, MSBuildPropertyNames.PUBLISH_RELEASE,
new ReleasePropertyProjectLocator.DependentCommandOptions(
parseResult.GetValue(PublishCommandParser.SlnOrProjectArgument),
parseResult.HasOption(PublishCommandParser.ConfigurationOption) ? parseResult.GetValue(PublishCommandParser.ConfigurationOption) : null,
parseResult.HasOption(PublishCommandParser.FrameworkOption) ? parseResult.GetValue(PublishCommandParser.FrameworkOption) : null
)
);
msbuildArgs.AddRange(projectLocator.GetCustomDefaultConfigurationValueIfSpecified());

msbuildArgs.AddRange(slnOrProjectArgs ?? Array.Empty<string>());

bool noRestore = parseResult.HasOption(PublishCommandParser.NoRestoreOption)
Expand Down
1 change: 1 addition & 0 deletions src/Cli/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<EmbeddedResource Update="ToolManifest\*.resx" Namespace="Microsoft.DotNet.ToolManifest" />
<EmbeddedResource Update="NugetSearch\*.resx" Namespace="Microsoft.DotNet.NugetSearch" />
<EmbeddedResource Update="NugetPackageDownloader\*.resx" Namespace="Microsoft.DotNet.Cli.NuGetPackageDownloader" />
<EmbeddedResource Include="$(RepoRoot)src\Tasks\Common\Resources\Strings.resx" LinkBase="Resources" GenerateSource="True" Namespace="Microsoft.NET.Build.Tasks" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj" />
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">V {0} se nenašel žádný projekt.</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">U projektu {0} byla zjištěna vlastní konfigurace, takže vlastnost {1} se neprojeví.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">Vynuťte, aby příkaz ignoroval všechny trvalé buildovací servery.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ Pokud se zadá identifikátor modulu runtime, výchozí hodnota je true.</target
<target state="translated">Řešení</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">Několik spustitelných projektů v řešení obsahuje konfliktní hodnoty {0}. Ujistěte se, že se hodnoty shodují. Zvažte použití souboru Directory.build.props k nastavení všech konfigurací projektu. Konfliktní projekty:
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">Soubor řešení</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">In "{0}" wurde kein Projekt gefunden.</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">Im Projekt „{0}“ wurde eine benutzerdefinierte Konfiguration erkannt, somit wird die Eigenschaft „{1}“ nicht wirksam.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">Erzwingen Sie, dass der Befehl alle persistenten Buildserver ignoriert.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ Der Standardwert lautet TRUE, wenn eine Runtime-ID angegeben wird.</target>
<target state="translated">Projektmappe</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">Mehrere ausführbare Projekte in der Lösung enthalten widersprüchliche Werte für „{0}“. Stellen Sie sicher, dass die Werte übereinstimmen. Erwägen Sie die Verwendung einer Datei „Directory.build.props“, um alle Projektkonfigurationen festzulegen. In Konflikt stehende Projekte:
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">Projektmappendatei</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">No se encuentra ningún proyecto en "{0}".</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">Se detectó una configuración personalizada en el proyecto "{0}", por lo que la propiedad "{1}" no surtirá efecto.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">Fuerce el comando para omitir los servidores de compilación persistentes.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ El valor predeterminado es "true" si se especifica un identificador de entorno d
<target state="translated">Solución</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">Varios proyectos ejecutables de la solución contienen valores "{0}" en conflicto. Asegúrese de que los valores coinciden. Considere la posibilidad de usar un archivo Directory.build.props para establecer todas las configuraciones del proyecto. Proyectos en conflicto:
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">Archivo de solución</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">Projet introuvable dans '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">Une configuration personnalisée a été détectée dans le '{0}' du projet, la propriété '{1}' ne sera donc pas prise en compte.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">Forcez la commande à ignorer tous les serveurs de build persistants.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ La valeur par défaut est 'true' si un identificateur de runtime est spécifié.
<target state="translated">Solution</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">Plusieurs projets exécutables de la solution contiennent des valeurs de '{0}' en conflit. Vérifiez que les valeurs correspondent. Utilisez un fichier Directory.build.props pour définir toutes les configurations de projet. Projets en conflit :
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">Fichier solution</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">Non è stato trovato alcun progetto in `{0}`.</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">È stata rilevata una configurazione personalizzata nel progetto '{0}', quindi la proprietà '{1}' non avrà effetto.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">Forza il comando a ignorare tutti i server di compilazione persistenti.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ L'impostazione predefinita è 'true' se si specifica un identificatore di runtim
<target state="translated">Soluzione</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">Più progetti eseguibili nella soluzione contengono valori '{0}' in conflitto. Verificare che i valori corrispondano. Prova a usare un file Directory.build.props per impostare tutte le configurazioni del progetto. Progetti in conflitto:
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">File di soluzione</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">`{0}` にプロジェクトが見つかりませんでした。</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">プロジェクト '{0}' でカスタム構成が検出されたため、プロパティ '{1}' は有効になりません。</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">永続的なビルド サーバーがそのコマンドで無視されるようにします。</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ The default is 'true' if a runtime identifier is specified.</source>
<target state="translated">ソリューション</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">ソリューション内の複数の実行可能プロジェクトに、競合する '{0}' 値が含まれています。値が一致するようにしてください。Directory.build.props ファイルを使用して、すべてのプロジェクト構成を設定することを検討してください。競合するプロジェクト:
{1}。</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">ソリューション ファイル</target>
Expand Down
12 changes: 0 additions & 12 deletions src/Cli/dotnet/xlf/CommonLocalizableStrings.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<target state="translated">'{0}'에서 프로젝트를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="CustomConfigurationDisablesPublishAndPackReleaseProperties">
<source>A custom configuration was detected in the project '{0}', so the property '{1}' will not take effect.</source>
<target state="translated">'{0}' 프로젝트에서 사용자 지정 구성이 검색되었으므로 '{1}' 속성이 적용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="DisableBuildServersOptionDescription">
<source>Force the command to ignore any persistent build servers.</source>
<target state="translated">모든 영구 빌드 서버를 무시하도록 명령을 강제 실행합니다.</target>
Expand Down Expand Up @@ -202,13 +197,6 @@ The default is 'true' if a runtime identifier is specified.</source>
<target state="translated">솔루션</target>
<note />
</trans-unit>
<trans-unit id="SolutionExecutableConfigurationMismatchError">
<source>Multiple executable projects in the solution contain conflicting '{0}' values. Ensure the values match. Consider using a Directory.build.props file to set all project configurations. Conflicting projects:
{1}.</source>
<target state="translated">솔루션의 여러 실행 가능한 프로젝트에 충돌하는 '{0}' 값이 포함되어 있습니다. 값이 일치하는지 확인하세요. Directory.build.props 파일을 사용하여 모든 프로젝트 구성을 설정하는 것이 좋습니다. 충돌하는 프로젝트:
{1}.</target>
<note />
</trans-unit>
<trans-unit id="SolutionFile">
<source>Solution file</source>
<target state="translated">솔루션 파일</target>
Expand Down
Loading