Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jfevia committed Jul 3, 2024
1 parent c45c15f commit 5f7316a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 450 deletions.
4 changes: 2 additions & 2 deletions modules/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

<!-- ========== Pack ========== -->
<Target Name="PackCustomModule"
AfterTargets="Build"
AfterTargets="Build"
DependsOnTargets="$(PackCustomModuleDependsOn);_GetOutputItemsFromCustomModulePack"
Condition=" '$(PackCustomModule)' == 'true' ">
Condition=" '$(PackCustomModule)' == 'true' ">
<PackTask SourceManifest="$(CustomModuleManifestAbsolutePath)"
IntermediateManifestPath="$(IntermediateCustomModuleManifestAbsolutePath)"
CustomModuleOutputPath="$(CustomModuleOutputAbsolutePath)"
Expand Down
Loading

0 comments on commit 5f7316a

Please sign in to comment.