Skip to content

Commit

Permalink
Removed debug comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexcess committed Mar 8, 2016
1 parent 6932807 commit fc26dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MSBuild/SemanticVersioning.MSBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Nuget Condition="Exists($(Nuget)) == 'false'">$(ProjectDir).NuGet\NuGet.exe</Nuget>
<PackageVersion Condition="$(PackageVersion) == ''">0.0.0</PackageVersion>
</PropertyGroup>
<Message Text="Got here" Importance="high"/>
<Exec Command="&quot;$(Nuget)&quot; pack $(NuSpecFile) -Version $(PackageVersion) -output $(OutDir)" />
</Target>
</Project>

0 comments on commit fc26dbf

Please sign in to comment.