I have an AfterPublish Target task in my project file.
I'm trying to copy the .xbap file to the subfolder that is created Publish\Application Files\MyApp_A_B_C_D where A,B,C,D is the version information that will change with each build so they are NOT known.
How can I find and use this subfolder name in conjunction with the Copy task
CopySourceFiles="$(ProjectDir)$(PublishDir)$(AssemblyName).xbap"DestinationFolder="$(ProjectDir)$(PublishUrl)Application Files\<HOW TO FIND/USE THIS DIRECTORY>\."/>