Skip to content

Commit

Permalink
Remove IncrementalClean from Traversal (#14)
Browse files Browse the repository at this point in the history
When Platform or Configuration are set, IncrementalClean fails

```
Microsoft.Common.CurrentVersion.targets(4841,5): error MSB4044:
 The "FindUnderPath" task was not given a value for the required parameter "Path". 
```
  • Loading branch information
jeffkl authored Mar 15, 2018
1 parent 0382b56 commit ed2e2ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traversal/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
IncrementalClean;
PostBuildEvent
</CoreBuildDependsOn>

Expand Down

0 comments on commit ed2e2ac

Please sign in to comment.