dotnet-installer/build/package/Microsoft.DotNet.Cli.Installer.PKG.targets

11 lines
288 B
Text
Raw Normal View History

2016-06-28 01:26:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask TaskName="PkgTargets" AssemblyFile="$(CLIBuildDll)" />
<Target Name="GeneratePkgs" >
<PkgTargets />
</Target>
</Project>