-
Notifications
You must be signed in to change notification settings - Fork 1
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:
- Set "Solution Configuration" to "Release"
- Set "Solution Platform" to Desired (x86 or x64)
- Rebuild Solution
- Right Click Project (Estimate Builder or Template Builder) -> Add -> Existing Item
- Make sure you're viewing All Files (Bottom Right)
- Navigate to "Solution Platform" folder (bin -> (x86 or x64) -> Release-> x64) and add SQLite.Interop.dll
- Right Click SQLiteInterop.dll -> Properties
- Set "Copy to Output Directory" to "Copy Always"
- Make sure publish location is as desired (ex. \tec-ny-fs01\F-General\Internal Software\Estimating Tools\Versions\1.7\Estimate Builder\x64)
- (Optional) Increment Build Number
Cleanup:
- Delete SQLite.Interop.dll from Project
- Reset Solution Configuration and Solution Platform
- Sync Changes (For versioning)