Using CLI/SDK version 5.0.100-preview.6.20318.15 (public preview.6), the Properties/launchSettings.json file is now being copied to the output directory when building the project. This was not the case in 3.x
It seems the file now has the CopyToOutputFolder property set to PreserveNewest. This also causes things like VS FastUpToDate to reevaluate the status of this file on every build invocation.
I think previously no files in the Properties directory would ever be copied to the output directory.
Possibly related to fc3c0cc?
@vijayrkn
Using CLI/SDK version 5.0.100-preview.6.20318.15 (public preview.6), the
Properties/launchSettings.jsonfile is now being copied to the output directory when building the project. This was not the case in 3.xIt seems the file now has the
CopyToOutputFolderproperty set toPreserveNewest. This also causes things like VS FastUpToDate to reevaluate the status of this file on every build invocation.I think previously no files in the
Propertiesdirectory would ever be copied to the output directory.Possibly related to fc3c0cc?
@vijayrkn