9 lines
333 B
Plaintext
9 lines
333 B
Plaintext
<Project>
|
|
<PropertyGroup>
|
|
<_RepoTaskAssembly>$(MSBuildThisFileDirectory)bin\publish\RepoTasks.dll</_RepoTaskAssembly>
|
|
</PropertyGroup>
|
|
|
|
<UsingTask TaskName="RepoTasks.CalculateBuildGraph" AssemblyFile="$(_RepoTaskAssembly)" />
|
|
<UsingTask TaskName="RepoTasks.PinVersions" AssemblyFile="$(_RepoTaskAssembly)" />
|
|
</Project>
|