summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.19577.5/tools/Empty.targets
blob: dd4ae121f327f902aa79a409c243f3a3aa2044bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project DefaultTargets="Build">
  <!--
    Import this file to suppress all targets while allowing the project to participate in the build.
    Workaround for https://github.com/dotnet/sdk/issues/2071.
    
    The targets defined here are not sufficient for the project to be open in Visual Studio without issues though.    
  -->

  <PropertyGroup>
    <!-- Skip importing NuGet Pack targets which are imported from the Microsoft.NET.Sdk targets -->
    <ImportNuGetBuildTasksPackTargetsFromSdk>false</ImportNuGetBuildTasksPackTargetsFromSdk>
  </PropertyGroup>

  <Target Name="_IsProjectRestoreSupported"/>
  <Target Name="Restore"/>
  <Target Name="Build"/>
  <Target Name="Test"/>
  <Target Name="Pack"/>
  <Target Name="Publish"/>

</Project>