Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • I will try this one, but just to make it clear, it will generate a fully executable? Commented Feb 22, 2016 at 3:37
  • because all i managed to do thus far is to generate a *.cmd file that won't run unless i use 'dnx run' on a command prompt Commented Feb 22, 2016 at 3:38
  • 1
    @v1n1akabozo When configured with this you are running MSBUILD. Just as if you were compiling from the command line. Commented Feb 22, 2016 at 5:02
  • Just found this out by myself hahaha. Only issue is that it won't work because this tasks file is on another folder, in which there's nothing to build. How can i target the build to a upper folder? Commented Feb 22, 2016 at 5:07
  • managed to make it work by creating a csproj file for the project. Yeoman generator won't create one and that's why it wasn't working properly. Commented Feb 22, 2016 at 5:23