fix: Enable tasks to generate proxy nodes
This commit is contained in:
11
Package/build/Polonium.Tasks.props
Normal file
11
Package/build/Polonium.Tasks.props
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<CustomTasksFolder>$(MSBuildThisFileDirectory)tasks/netstandard2.0/</CustomTasksFolder>
|
||||
<CustomTasksAssembly>$(CustomTasksFolder)$(MSBuildThisFileName).dll</CustomTasksAssembly>
|
||||
</PropertyGroup>
|
||||
<UsingTask
|
||||
TaskName="GenerateProxyNodesTask"
|
||||
AssemblyFile="$(CustomTasksAssembly)"
|
||||
/>
|
||||
</Project>
|
||||
3
Package/build/Polonium.Tasks.targets
Normal file
3
Package/build/Polonium.Tasks.targets
Normal file
@@ -0,0 +1,3 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user