forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Don't use install-location in pkgs. (xamarin#10583)
Don't use install-location to specify where files should be installed, because our notarization process replaces this value in the pkg manifest with the root directory (without updating anything else), with the result that notarized packages tries to install files in the wrong location. Instead specify the full path for each individual file, so that the install-location can be the root directory (and thus the notarization process won't corrupt the package).
- Loading branch information
1 parent
3bdd092
commit f01fde5
Showing
2 changed files
with
13 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
tmpdir | ||
Microsoft.NET.Workload.*/LICENSE | ||
WorkloadManifest.json | ||
nupkgs | ||
|
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