Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Add condition on BuildCustomTasks to not build in offline build #3472

Merged

Conversation

dseefeld
Copy link

With the OfflineBuild, tasks are already present in the tarball, so they don't need to be built again. Adding a condition on BuildCustomTasks to only build when OfflineBuild isn't set.

@dseefeld dseefeld closed this Nov 29, 2017
@dseefeld dseefeld reopened this Nov 29, 2017
@@ -55,7 +55,7 @@
Overwrite="True" />
</Target>

<Target Name="BuildCustomTasks">
<Target Name="BuildCustomTasks" Condition="'$(DotNetBuildOffline)' != 'true'" >

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@weshaggard weshaggard merged commit 62ae476 into dotnet:release/2.0.0 Jan 17, 2018
@dseefeld dseefeld deleted the dontBuildTasksInOfflineBuild branch January 18, 2018 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants