Skip to content
Snippets Groups Projects
Commit 87d22b5a authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Setting ContinueOnError to WarnAndContinue in order to make a more pleasant debugging experience

parent 0cbde68a
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@
<Copy SourceFiles="@(ToMoreCopy)"
DestinationFiles="@(ToMoreCopy->'$(ExternalPublishTo)\%(RecursiveDir)%(Filename)%(Extension)')"
ContinueOnError="WarnAndContinue"
/>
</Target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment