Skip to content

Commit 806a464

Browse files
committed
Add link to Product documentation
1 parent 6bc30cd commit 806a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userdocs/userdocs.docc/Articles/Features/automatic-task-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ By default build tasks are only automatically created for executable products. I
1818
- **Build Debug \<Library\>**: Each library product in a Package.swift get a task for building a debug build.
1919
- **Build Release \<Library\>**: Each library product in a Package.swift get a task for building a release build.
2020

21-
> ⚠️ Important: Tasks will not be created for automatic library products, as you cannot specify a `--product` option for automatic products when building.
21+
> ⚠️ Important: Tasks will not be created for automatic library products, as you cannot specify a `--product` option for automatic products when building. For more information see the [Swift Package Manager documentation for Product definitions](https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html#product).

0 commit comments

Comments
 (0)