1111 <AssemblyName >SemanticReleaseNotesParser.Core</AssemblyName >
1212 <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
14- <NuGetPackageImportStamp >e79e6be6 </NuGetPackageImportStamp >
14+ <NuGetPackageImportStamp >95d19728 </NuGetPackageImportStamp >
1515 </PropertyGroup >
1616 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1717 <DebugSymbols >true</DebugSymbols >
6767 <EmbeddedResource Include =" Resources\GroupByCategories.liquid" />
6868 </ItemGroup >
6969 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70- <Import Project =" ..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" />
71- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
72- <PropertyGroup >
73- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
74- </PropertyGroup >
75- <Error Condition =" !Exists('..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\PepitaPackage.1.21.4\build\PepitaPackage.targets'))" />
76- </Target >
7770 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7871 Other similar extension points exist, see Microsoft.Common.targets.
7972 <Target Name="BeforeBuild">
8073 </Target>
8174 <Target Name="AfterBuild">
8275 </Target>
8376 -->
84-
85- <Target Name =" CleanNuget" >
86- <ItemGroup >
87- <RefFilesToDelete Include =" $(SolutionDir)PackagingAssets\nuget\Lib\*.*" />
88- </ItemGroup >
89- <Delete Files =" @(RefFilesToDelete)" />
90- </Target >
91- <Target Name =" AfterBuild" DependsOnTargets =" CleanNuget" >
92- <!-- NugetBuild -->
93- <MakeDir Directories =" $(SolutionDir)PackagingAssets\nuget" />
94- <Copy SourceFiles =" $(OutputPath)SemanticReleaseNotesParser.Core.dll" DestinationFolder =" $(SolutionDir)PackagingAssets\nuget\Lib\Net40" />
95- <Copy SourceFiles =" $(OutputPath)SemanticReleaseNotesParser.Core.pdb" DestinationFolder =" $(SolutionDir)PackagingAssets\nuget\Lib\Net40" />
96- <Copy SourceFiles =" $(OutputPath)SemanticReleaseNotesParser.Core.xml" DestinationFolder =" $(SolutionDir)PackagingAssets\nuget\Lib\Net40" />
97- <PepitaPackage .CreatePackageTask NuGetBuildDirectory =" $(SolutionDir)PackagingAssets\nuget" MetadataAssembly =" $(OutputPath)SemanticReleaseNotesParser.Core.dll" Version =" $(GitVersion_NuGetVersion)" />
98- </Target >
9977</Project >
0 commit comments