Quantcast
Channel: MSBuild forum
Viewing all articles
Browse latest Browse all 2763

Copy .xbap file to subdirectory Publish\Application Files\MyApp_A_B_C_D

$
0
0

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>\."/>


Viewing all articles
Browse latest Browse all 2763


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>