Guest User

Untitled

a guest
Nov 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. msbuild /target:publish -property:Configuration=Release /p:PlatformTarget=x86 "%USERPROFILE%VSProjectsIICIIC.UI.vbproj"
  2.  
  3. <ItemGroup>
  4. <UploadFiles Include="ThePathOfYourUploadFiles*.*"/>
  5. </ItemGroup>
  6.  
  7. <Target Name="AfterBuild">
  8. <Copy
  9. SourceFiles="@(UploadFiles)"
  10. DestinationFolder="PathWhereYouWantTouploadYourUploadFiles"
  11. />
  12. </Target>
Add Comment
Please, Sign In to add comment