MSBuild integration
ak98
Posts: 8 Bronze 2
Just upgraded SA to 6.5.
MSBuild task does not wrk
.csproj contains the following
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
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
Comments