Skip to content

Commit

Permalink
Update Binaries directory for VSTS Microbuild v2 property
Browse files Browse the repository at this point in the history
  • Loading branch information
pieandcakes committed Apr 8, 2016
1 parent 7f202c4 commit d9ff0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/miengine.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<DropConfigurationName Condition="'$(Configuration)' == 'Lab.Debug'">Debug</DropConfigurationName>
<DropConfigurationName Condition="'$(Configuration)' == 'Lab.Release'">Release</DropConfigurationName>
<DropRootDir Condition="'$(TF_BUILD_BINARIESDIRECTORY)'!=''">$(TF_BUILD_BINARIESDIRECTORY)\$(DropConfigurationName)</DropRootDir>
<DropRootDir Condition="'$(BUILD_BINARIESDIRECTORY)'!=''">$(BUILD_BINARIESDIRECTORY)\$(DropConfigurationName)</DropRootDir>
<DropRootDir Condition="'$(DropRootDir)'==''">$(MIEngineRoot)bin\$(DropConfigurationName)\drop</DropRootDir>
</PropertyGroup>

Expand Down

0 comments on commit d9ff0ad

Please sign in to comment.