Skip to content

Commit

Permalink
Merge pull request #2569 from MangelMaxime/feature/patch_for_templates
Browse files Browse the repository at this point in the history
Patch Paket.Restore.targets for dotnet templates
  • Loading branch information
forki authored Jul 30, 2017
2 parents b50729c + 653238d commit f6d6236
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Paket/embedded/Paket.Restore.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Prevent dotnet template engine to parse this file -->
<!--/-:cnd:noEmit-->
<PropertyGroup>
<!-- Mark that this target file has been loaded. -->
<IsPaketRestoreTargetsFileLoaded>true</IsPaketRestoreTargetsFileLoaded>
Expand Down Expand Up @@ -174,5 +176,5 @@
NuspecBasePath="$(NuspecBasePath)"
NuspecProperties="$(NuspecProperties)"/>
</Target>

<!--/+:cnd:noEmit-->
</Project>

0 comments on commit f6d6236

Please sign in to comment.