Commit 43babbc
committed
fix: use IsPublishable instead of DeployOnBuild for multi-TFM skip
DeployOnBuild=false in the csproj is overridden by the command-line
-p:DeployOnBuild=true. IsPublishable=false prevents the Publish target
from running regardless of command-line properties.1 parent cf1e4e7 commit 43babbc
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments