Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Add common properties and package reference for repo tasks projects #268

Merged
merged 1 commit into from
Jul 3, 2017

Conversation

natemcmaster
Copy link
Contributor

Reduce duplication in defining repo tasks projects.

Example usage:

<!-- build/tasks/RepoTasks.csproj -->
<Project Sdk="Microsoft.NET.Sdk">
   <Import Project="$(RepoTasksSdkPath)\Sdk.props" Condition="'$(RepoTasksSdkPath)' != '' "/>

   <PropertyGroup>
       <!-- still required to keep Visual Studio and VS Code happy -->
       <TargetFramework>netcoreapp2.0</TargetFramework>
   </PropertyGroup>

  <Import Project="$(RepoTasksSdkPath)\Sdk.targets" Condition="'$(RepoTasksSdkPath)' != '' "/>
</Project>

@natemcmaster natemcmaster merged commit 5a15db0 into dev Jul 3, 2017
@natemcmaster natemcmaster deleted the namc/repo-tasks branch July 3, 2017 23:36
natemcmaster pushed a commit to aspnet/BuildTools that referenced this pull request Jul 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants