Skip to content

Commit 990c095

Browse files
committed
Add comment about multi-targeting projects
1 parent 9dce0e2 commit 990c095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
# Whether this repo uses OptProf to optimize the built binaries.
77
# When enabling this, be sure to update these files:
88
# - OptProf.targets: InstallationPath and match TestCase selection with what's in the VS repo.
9-
# - The project file(s) for the libraries to optimize must import OptProf.targets.
9+
# - The project file(s) for the libraries to optimize must import OptProf.targets (for multi-targeted projects, only import it for ONE target).
1010
# - OptProf.yml: Search for LibraryName (or your library's name) and verify that those names are appropriate.
1111
# - OptProf_part2.yml: Search for LibraryName (or your library's name) and verify that those names are appropriate.
1212
# and create pipelines for OptProf.yml, OptProf_part2.yml

0 commit comments

Comments
 (0)