-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the -pack switch to repo source-build leg (#111153)
* Pass the -pack switch to repo source-build leg The -pack switch is necessary to create the rid agnostic libraries packages which are then wrapped into the source-build intermediate package. Regressed with 19c25fd Unblocks #111010 * Add missing Pack target to BuildIntegration.proj
- Loading branch information
1 parent
aecae2c
commit 7ddd2f6
Showing
2 changed files
with
3 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -30,4 +30,5 @@ | |
</Target> | ||
|
||
<Target Name="Restore" /> | ||
<Target Name="Pack" /> | ||
</Project> |