Skip to content

Publishing

David Taylor edited this page Aug 17, 2018 · 3 revisions

Estimate Builder and Template Builder need to be published separately and require the following steps:

  1. Set "Solution Configuration" to "Release"
  2. Set "Solution Platform" to Desired (x86 or x64)
  3. Rebuild Solution
  4. Right Click Project (Estimate Builder or Template Builder) -> Add -> Existing Item
  5. Make sure you're viewing All Files (Bottom Right)
  6. Navigate to "Solution Platform" folder (bin -> (x86 or x64) -> Release-> x64) and add SQLite.Interop.dll
  7. Right Click SQLiteInterop.dll -> Properties
  8. Set "Copy to Output Directory" to "Copy Always"
  9. Make sure publish location is as desired (ex. \tec-ny-fs01\F-General\Internal Software\Estimating Tools\Versions\1.7\Estimate Builder\x64)
  10. (Optional) Increment Build Number

Cleanup:

  1. Delete SQLite.Interop.dll from Project
  2. Reset Solution Configuration and Solution Platform
  3. Sync Changes (For versioning)

Clone this wiki locally