-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuget - Manually copy files after initial Nuget restore
One final attempt to workaround dotnet/project-system#4158 The None/Content entries aren't picked up as the .targets file doesn't exist before the Nuget restore (only when using packages.config) Attempt to copy the files via calling CefRedist32CopyResources/CefRedist64CopyResources tasks. Properties aren't accessible, I believe that tasks should be, so hopefully this copies the files. Build actions like Publish are very unlikely to work correctly as the files won't have been included via the <Content/> entries.
- Loading branch information
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters