Excluding projects from dotnet pack task in Azure DevOps
问题 I have an VS solution file (.sln) which consists .net standard libraries and test projects. Now the project has an Integration test project that is targeted against .net Framework 4.7.2. My current build pipeline does the following dotnet build dotnet pack dotnet push With the dotnet pack, I am trying to excldude the project Integration.Tests.csproj. My current folder structure looks like the following CompanyName.Service\CompanyName.Service.csproj CompanyName.Data\CompanyName.Data.csproj