-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove --native-subdirectory when NuGet contentFiles become available #4732
Comments
@brthor content is available. Can we make progress on this? |
We should simply remove this in the msbuild publish implementation. |
This is not in publish3. |
wli3
referenced
this issue
in wli3/cli
Jul 14, 2017
Fixed the download scripts to consume cli rel/1.0.0 branch
GangWang01
pushed a commit
to GangWang01/sdk
that referenced
this issue
Jun 7, 2022
* dotnet#4490 implementing support for quote-less choice literals (dotnet#4574) * dotnet#4490 implementing support for quote-less choice literals * Testfix * Make the unquoted literals feature opt-in via EnableQuotelessLiterals property * Localize error message * Fix code and tests after merge * Multichoice implementation contd (dotnet#4666) * dotnet#4490 implementing support for quote-less choice literals * dotnet#4490 multichoice parameters implementation * Add Tab completion test cases * Fix code + tests after merge * Fix code and unit tests after merging * Add support for multichoice parameters in join macro * Improve based on review comments * fix dotnet#4650 - adding validation for multichoice symbols (dotnet#4698) * fix dotnet#4650 - adding validation for multichoice symbols * Adjust error message * Multichoice refactor quoteless (dotnet#4708) * dotnet#4665 Refactoring part 1: Make EnableQuotelessLiterals exposed only to Orchestrator * Fix parameters localization * Fix after merge
GangWang01
pushed a commit
to GangWang01/sdk
that referenced
this issue
Jun 21, 2022
* dotnet#4490 implementing support for quote-less choice literals (dotnet#4574) * dotnet#4490 implementing support for quote-less choice literals * Testfix * Make the unquoted literals feature opt-in via EnableQuotelessLiterals property * Localize error message * Fix code and tests after merge * Multichoice implementation contd (dotnet#4666) * dotnet#4490 implementing support for quote-less choice literals * dotnet#4490 multichoice parameters implementation * Add Tab completion test cases * Fix code + tests after merge * Fix code and unit tests after merging * Add support for multichoice parameters in join macro * Improve based on review comments * fix dotnet#4650 - adding validation for multichoice symbols (dotnet#4698) * fix dotnet#4650 - adding validation for multichoice symbols * Adjust error message * Multichoice refactor quoteless (dotnet#4708) * dotnet#4665 Refactoring part 1: Make EnableQuotelessLiterals exposed only to Orchestrator * Fix parameters localization * Fix after merge
GangWang01
pushed a commit
to GangWang01/sdk
that referenced
this issue
Jul 11, 2022
* dotnet#4490 implementing support for quote-less choice literals (dotnet#4574) * dotnet#4490 implementing support for quote-less choice literals * Testfix * Make the unquoted literals feature opt-in via EnableQuotelessLiterals property * Localize error message * Fix code and tests after merge * Multichoice implementation contd (dotnet#4666) * dotnet#4490 implementing support for quote-less choice literals * dotnet#4490 multichoice parameters implementation * Add Tab completion test cases * Fix code + tests after merge * Fix code and unit tests after merging * Add support for multichoice parameters in join macro * Improve based on review comments * fix dotnet#4650 - adding validation for multichoice symbols (dotnet#4698) * fix dotnet#4650 - adding validation for multichoice symbols * Adjust error message * Multichoice refactor quoteless (dotnet#4708) * dotnet#4665 Refactoring part 1: Make EnableQuotelessLiterals exposed only to Orchestrator * Fix parameters localization * Fix after merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
dotnet restore
is shifted to NuGet x-plat, and the contentFiles nuspec option is available, we should remove the changes enabling--native-subdirectory
publish option.This option was intended to be a stopgap measure for including subdirectories from a nugget dependency in publish output.
Associated Publish Changes:
dotnet/cli#469
Build Changes that should be removed:
dotnet/cli#675
The text was updated successfully, but these errors were encountered: