Where can I find "Publish items"

Petr Novak 21 Reputation points
2022-07-01T08:16:40.057+00:00

Hello,
I would like to ask why I do not see the option "Publish files" in the "Add project Output Group" selection.
I am trying to make an application according to this video:
https://www.youtube.com/watch?v=bJw0eGfM1ZU&ab_channel=CodingJackpot

If you wanted to see what I mean concretely, it's at the time: 7:03 in that video.

Thanks for any reply

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
346 questions
{count} votes

Accepted answer
  1. satya karki 986 Reputation points MVP
    2022-07-06T05:41:39.707+00:00

    Hi, what you are looking for is available only in .NET Core 3.1, .NET 5.0 or .NET 6.0 projects but your project is in .NET 4.7.2 so you are not able to see the Publish file options in your project. You need to use one of the framework .NET Core 3.1, .NET 5.0 or .NET 6.0

    Thanks.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. PengGe-MSFT 3,351 Reputation points
    2022-07-06T05:10:51.9+00:00

    Hi @Petr Novak

    Welcome to Microsoft Q&A forum.

    Your project framework is .NET 4.7.2 and Publish Items is for .NET Core 3.1, .NET 5.0, or .NET 6.0 projects.
    Please refer to this document.

    Best Regards,
    Peng

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.