Commit 4569a5b
committed
Skip EnsureCodeFixesProjectBuilt target when NoBuild=true
dotnet pack --no-build sets NoBuild=true, which prohibits invoking the
Build target. The custom EnsureCodeFixesProjectBuilt target was doing
exactly that, triggering NETSDK1085. Adding the condition makes the
target a no-op when the caller has already asserted everything is built.1 parent e5419ea commit 4569a5b
File tree
1 file changed
+1
-1
lines changed- IntelliTect.Analyzer/IntelliTect.Analyzer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments