#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 |
#2
|
|||
|
|||
You'll need to check with MS about that. It looks like at least one other person has run into this problem:
http://forums.microsoft.com/MSDN/Sho...94846&SiteID=1 |
|
|