Skip to content

Commit

Permalink
Suppress package dependencies in msbuild sdk packages (#436)
Browse files Browse the repository at this point in the history
Fixes #431
  • Loading branch information
ViktorHofer authored Apr 13, 2023
1 parent d55ba5e commit cef0a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<ArtifactsPath>$(BaseArtifactsPath)\$(MSBuildProjectName)\</ArtifactsPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageType>MSBuildSdk</PackageType>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/NoTargets/Microsoft.Build.NoTargets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<ArtifactsPath>$(BaseArtifactsPath)$(MSBuildProjectName)\</ArtifactsPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageType>MSBuildSdk</PackageType>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/Traversal/Microsoft.Build.Traversal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<ArtifactsPath>$(BaseArtifactsPath)$(MSBuildProjectName)\</ArtifactsPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageType>MSBuildSdk</PackageType>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>
</Project>

0 comments on commit cef0a8d

Please sign in to comment.