Skip to content

Commit 038b2ef

Browse files
authored
Remove not required IsPackable property (#551)
1 parent e93503b commit 038b2ef

File tree

18 files changed

+1
-19
lines changed

18 files changed

+1
-19
lines changed

src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0</TargetFrameworks>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.DocFx addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.EsLint.Tests/Cake.Issues.EsLint.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.EsLint addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0</TargetFrameworks>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.GitRepository addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.InspectCode.Tests/Cake.Issues.InspectCode.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0</TargetFrameworks>
5-
<IsPackable>false</IsPackable>
65
<Description>Tests for the Cake.Issues.InspectCode addin</Description>
76
</PropertyGroup>
87

src/Cake.Issues.Markdownlint.Tests/Cake.Issues.Markdownlint.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0</TargetFrameworks>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.Markdownlint addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.MsBuild.Tests/Cake.Issues.MsBuild.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
5-
<IsPackable>false</IsPackable>
65
</PropertyGroup>
76

87
<PropertyGroup>

src/Cake.Issues.PullRequests.AppVeyor.Tests/Cake.Issues.PullRequests.AppVeyor.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.PullRequests.AppVeyor addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.PullRequests.AzureDevOps.Tests/Cake.Issues.PullRequests.AzureDevOps.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.PullRequests.AzureDevOps addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.PullRequests.GitHubActions.Tests/Cake.Issues.PullRequests.GitHubActions.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.PullRequests.GitHubActions addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0</TargetFrameworks>
4-
<IsPackable>false</IsPackable>
54
<Description>Tests for the Cake.Issues.PullRequests addin</Description>
65
</PropertyGroup>
76

0 commit comments

Comments
 (0)