#458 Added support to set MapFileExtensions#459
#458 Added support to set MapFileExtensions#459NikolaMilosavljevic merged 8 commits intodotnet:mainfrom
Conversation
|
@HakanL help messages should also be updated to include the new command-line option. Check |
|
@NikolaMilosavljevic Makes sense, added! |
Also, XLF files that were generated on your machine, during build should be included in the PR. |
| Specifies if the deployment manifest will include the deployment | ||
| provider URL. | ||
|
|
||
| -MapFileExtensions <true|false> -ip |
There was a problem hiding this comment.
This looks like a copy/paste typo - the switch should be -mfe.
There was a problem hiding this comment.
Ah, yes, you're right, sorry.
Ah, didn't know they were supposed to be included. Fixed. |
| Specifies if the deployment manifest will include the deployment | ||
| provider URL. | ||
|
|
||
| -MapFileExtensions <true|false> -mfe |
There was a problem hiding this comment.
@HakanL - one minor issue before I approve this PR. -MapFileExtentions option should be listed right above -MinVersion as options are listed alphabetically. This change will produce new XLF files.
* Update dependencies from https://github.com/dotnet/dotnet build 279959 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25416.109 -> 10.0.0-beta.25418.119) * Update dependencies from https://github.com/dotnet/dotnet build 280198 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25418.119 -> 10.0.0-beta.25420.109) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Specifies whether or not the ".deploy" file extension mapping is used.
If this flag is true then every application file is published with a
".deploy" file extension. This option is useful for web server security
to limit the number of file extensions that need to be unblocked to
enable ClickOnce application deployment. The default is false.
NikolaMilosavljevic
left a comment
There was a problem hiding this comment.
@HakanL thank you for this contribution!
I've added support for setting the deployment option MapFileExtensions via this tool and command line