View Single Post
  #1  
Old 11-05-2007, 01:49 PM
dschulze dschulze is online now
Registered User
 
Join Date: 11-05-2007
Posts: 1
error MSB4044 during Deploy/Publish

I'm getting the following error using a Make VS.NET Action, set to Deploy/Publish. Note that the project in question was not signing the click once manifest, so I figured it had something to do with that, but I signed it with a temp certificate and I still get this error. Is there some why to specify that I want to skip the SignFile task? Perhaps some MSBuild switch?

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Micr osoft.Common.targets(3321,9): error MSB4044: The "SignFile" task was not given a value for the required parameter "CertificateThumbprint".

Thanks
David
Reply With Quote