Automation asp.net web application

Before I deep-dive into the automation possibilities (I am new to CI/CD) I would like to pose the question whether it is possible to automate mstests and msbuild (with gulp and deploy) using JetBrains Space for an asp.net webapplication (.net framework). As of now I am using a custom built .bat script that fires of some powershell commands sequentially, but I would like to house everything in one tool as is advertised.
6 comments
Avatar
Permanently deleted user
Comment actions Permalink

Hi, generally speaking you can automate any process you can run in container.

So you definitely can use any donet core docker image, e.g. https://hub.docker.com/_/microsoft-dotnet-core

If you project requires version of .NET framework running on Windows, unfortunately you can not do it with Space Automation right now.

0
Comment actions Permalink

Is the latter planned? (.net framework)

0
Avatar
Permanently deleted user
Comment actions Permalink

I would say we focus on providing support for net core. As for .net + asp.net - we will act according to user feedback. So thank you very much for your feedback!)
For now I've added an issue https://youtrack.jetbrains.com/issue/SPACE-10927 Feel free to watch / vote for it.

PS: i assume you know that TeamCity - another CI/CD tool from JetBrains has full support of all the .NET stack.

0
Comment actions Permalink

The issue no longer exists. We are interested in migrating our stuff from Azure DevOps into Space, but we have WPF applications and so we need a job handling the framework net5.o-windows.

 

Is there any plan to manage it ? I saw nothing on the 2021 roadmap. Maybe you have a workaround ?

0
Comment actions Permalink

Hi!

it seems that your use case requires running workers on Windows. We're considering adding such workers in the future, however, haven't come to the conclusion yet. Right now we're working on supporting external workers, so connecting your own Windows worker to Space might be an alternative. Thanks for your understanding!

As for the issue accessibility, could you please check once again?

0
Comment actions Permalink

Thanks for your quick feedback! The issue accessibility is now fixed.

0

Please sign in to leave a comment.