Commit 44ca7ee
authored
Run the template commands (
* Run the template commands (dotnet tool t4) only once.
Otherwise, the commands would be run for each target framework, which sometimes could cause file lock errors (and degrades performance).
This is based on this StackOverflow answer: https://stackoverflow.com/questions/50071932/how-do-i-call-my-script-before-all-the-builds-for-only-once-in-a-multi-targeting/50080946#50080946
* Follow-Up: Add comment.dotnet tool t4) only once (#184)1 parent cc1179f commit 44ca7ee
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments