Deploying the entire module results in the file exceeding the maximum allowed size of 10mb because the test projects with its packages is too large and we dont need it. Is there a way to only deploy the relevant packages with the deployment window? Or do I need to do this manually with the CLI?
1 Like
Hi, you’ll need to remove your test project from the Release build configuration, like this:
Rider: Build configurations | JetBrains Rider Documentation
Visual Studio: Understand build configurations - Visual Studio (Windows) | Microsoft Learn
2 Likes