How can we help you today? How can we help you today?

MSBuild integration

Just upgraded SA to 6.5.
MSBuild task does not wrk

.csproj contains the following
  <UsingTask TaskName="SmartAssembly.MSBuild.Tasks.Build" AssemblyName="SmartAssembly.MSBuild.Tasks, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57" />

 <Target Name="AfterCompile" >
   <SmartAssembly.MSBuild.Tasks.Build ProjectFile="$(ProjectDir)$(Configuration).{sa}proj" OverwriteAssembly="True" MarkAsReleased="$(MarkAsReleased)"/>
</Target>

Error 18 The "MarkAsReleased" parameter is not supported by the "SmartAssembly.MSBuild.Tasks.Build" task. Verify the parameter exists on the task, and it is a settable public instance property.


Cheers
ak98
0

Comments

1 comment

  • Simon C
    MarkAsReleased has been removed in 6.5; now, all map files are maintained indefinitely, making MarkAsReleased obsolete.
    Simon C
    0

Add comment

Please sign in to leave a comment.