nuget - Nugetter throwing an initialization error on build server -


i using nugettermultipkgbuildversionedtemplate20.xaml template , when fill out of appropriate fields still error below. created version seed file , has done nothing me. step missing?

 tf215097: error occurred while initializing build  build definition \foo \foo:   exception message: cannot create unknown type   '{clr-namespace:tfsbuild.versioning.activities;  assembly=tfsbuild.versioning.activities}versionassemblyinfofiles'.  (type xamlobjectwriterexception) 

you need ensure you've checked tfsbuild.versioning.activities.dll file source control somewhere, configure tfs build controller there custom assemblies.

the approach recommended in tfs versioning installation guide is:

  • create team project called buildactivities
  • create folder under named custom activity storage
  • add tfsbuild.versioning.activities.dll custom activity storage folder
  • commit changes

then, open team foundation server administration console, , go build configuration section. click properties next build controller. under version control path custom assemblies, enter path created above (in case, $/buildactivities/custom activity storage). click ok.

tfs build should able find , load assembly.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -