Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 03, 2006 12:27 PM by StevenSw
Participant
1486 Points
292 Posts
Nov 03, 2006 12:27 PM|LINK
I have the following property group:
<
</
Then in afterbuild I have:
The MakeDir executes but in creates the folder in the root of my c: drive instead on the application build path, any ideas?
StevenSw
Participant
1486 Points
292 Posts
Problem with MakeDir
Nov 03, 2006 12:27 PM|LINK
I have the following property group:
<
PropertyGroup><
OutputDirectory>\datastores\extracts\</OutputDirectory></
PropertyGroup>Then in afterbuild I have:
<
Target Name="AfterBuild"><
Copy SourceFiles="$(SourceWebPhysicalPath)\DEV_Web.config" DestinationFiles="$(WDTargetDir)\web.config" /><
MakeDir Directories="$(OutputDirectory)"/></
Target>The MakeDir executes but in creates the folder in the root of my c: drive instead on the application build path, any ideas?
Radical Development
Dont forget to click "Mark as Answer" on the post that helped you.