TFS Build Script Definition - Not Getting Latest Code -
for 1 of our build scripts (tfs 2013), when run manually or during check-in (continuous integration trigger), build script not picking latest code changes. looked in logs , have correct changeset number impacted files (in case .vb files). tried several different .vb files. tried recreating build script scratch no avail. have several other build scripts similar web applications have no issues same build settings. project builds fine. set clean build true. configurations set "any cpu|release". output location set singlefolder. build template set tfvctemplate.12.xaml. thoughts or suggestions appreciated.
so, after bit of kicking tires figured out. had actual compiled .dll in case checked tfs. hence, build server grab old version checked in versus compiling project on fly. removed .dll source control resolve issue.
Comments
Post a Comment