-
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.
- the of the BuildSource property the Build/BuildFromSource.props file. - Updated value of the BuildFromSource property in the Build/BuildFromSource a and ProjectReferenceAndAfterCentralPackageVersions.props file. -CustomBeforeAndAfterCentralPackageVersions.props file. - Updated the value of the CustomAfterCentralPackageVersionsPackageVersions the value ofBeforeVersionsTargets property the BuildCustomBeforeAndAfterCentral.targets new CustomVersions property theCustomPackage file Updated valueAfterCentral property inCustomCentral- Updated value the CustomBeforeNoTargets property in the BuildNo. to check forTargetsProps in BuildCustomAndNoTargets.props file. - the value of CustomAfterNoTargetsProps property the Build/CustomAfterTargets file. - Updated the value of the CustomBeforeNoTargets property the Build/AfterNoTargets- a to for existence the property BuildCustom.targets file. of the CustomAfterNoTargets property in the Build/CustomBeforeNoTargets.targets file. value of property Build/CustomBeforeTraversal file- Added a condition to check for the ofProps theBeforeAndTraversal file Updated value of the CustomTraversal property the/CustomBeforeAndAfterTraversal.props file. - Updated the value of the CustomBeforeTraversalTargets property in the Build/CustomBeforeAndAfterTraversal.targets file. - Added condition to for the ofBefore property/.targets file. the property the Build/CustomBeforeAndAfterTraversal file- Updated the Build/ItemDefinitionGroups.props file valueTo property Build/DefinitionGroups file. Updated the of the SetConfiguration property the Build/ItemDefinitionGroups.props file. - Updated the value of the ReferenceOutputAssembly property in the Build/ItemDefinitionGroups.props file. - Updated the value of the OutputItemType property in the Build/ItemGroups file. a new Name element each itemItem- of the Package.
- Loading branch information
Showing
11 changed files
with
44 additions
and
99 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
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 was deleted.
Oops, something went wrong.
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
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
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,24 +1,24 @@ | ||
<!-- | ||
CustomBeforeAndAfterTraversal.props | ||
Created: 2022-10-21-11:40:42 | ||
Modified: 2022-10-29-02:47:42 | ||
Author: David G. Moore, Jr. <[email protected]> | ||
Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup> | ||
<CustomBeforeTraversalProps Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomBeforeTraversal.props')))"> | ||
<PropertyGroup> | ||
<CustomBeforeTraversalProps Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomBeforeTraversal.props', '$(MSBuildProjectDirectory)')))"> | ||
$(CustomBeforeTraversalProps); | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomBeforeTraversal.props")) | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomBeforeTraversal.props", "$(MSBuildProjectDirectory)")) | ||
</CustomBeforeTraversalProps> | ||
<CustomAfterTraversalProps Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomAfterTraversal.props')))"> | ||
<CustomAfterTraversalProps Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomAfterTraversal.props', '$(MSBuildProjectDirectory)')))"> | ||
$(CustomAfterTraversalProps); | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomAfterTraversal.props")) | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomAfterTraversal.props", "$(MSBuildProjectDirectory)")) | ||
</CustomAfterTraversalProps> | ||
</PropertyGroup> | ||
</Project> |
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,24 +1,24 @@ | ||
<!-- | ||
CustomBeforeAndAfterTraversal.props | ||
Created: 2022-10-21-11:40:42 | ||
Modified: 2022-10-29-02:47:42 | ||
Author: David G. Moore, Jr. <[email protected]> | ||
Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup> | ||
<CustomBeforeTraversalTargets Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomBeforeTraversal.targets')))"> | ||
<PropertyGroup> | ||
<CustomBeforeTraversalTargets Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomBeforeTraversal.targets', '$(MSBuildProjectDirectory)')))"> | ||
$(CustomAfterTraversal); | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomBeforeTraversal.targets")) | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomBeforeTraversal.targets", "$(MSBuildProjectDirectory)")) | ||
</CustomBeforeTraversalTargets> | ||
<CustomAfterTraversalTargets Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomAfterTraversal.targets')))"> | ||
<CustomAfterTraversalTargets Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.CustomAfterTraversal.targets', '$(MSBuildProjectDirectory)')))"> | ||
$(CustomAfterTraversal); | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomAfterTraversal.targets")) | ||
$([MSBuild]::GetPathOfFileAbove("Directory.CustomAfterTraversal.targets", "$(MSBuildProjectDirectory)")) | ||
</CustomAfterTraversalTargets> | ||
</PropertyGroup> | ||
</Project> |
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