| Author |
Message |
ak98
Joined: 15 Aug 2011 Posts: 4
|
Posted: Thu Dec 08, 2011 12:39 am Post subject: MSBuild integration |
|
|
Just upgraded SA to 6.5.
MSBuild task does not wrk
.csproj contains the following
| Code: |
<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 |
|
| Back to top |
|
 |
Simon C
Joined: 26 Feb 2008 Posts: 140 Location: Red Gate Software
|
Posted: Thu Dec 08, 2011 3:32 pm Post subject: |
|
|
| MarkAsReleased has been removed in 6.5; now, all map files are maintained indefinitely, making MarkAsReleased obsolete. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group