You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just converted our project from .Net Framework to .Net5. Previously gauge was finding all the specs and it was running them. However since moving to .Net5 I can see that running gauge run specs actually causes a rebuild of the solution which is causing me a massive headache.
The way our system is set up is we push to hit, Jenkins builds and gets all packages etc then we use Octopus to transforms configs etc then push to a VM which has no internet access. So the VM only has the dlls that we need to run the steps. However with .Net5 it’s trying to rebuild instead of actually just running. So my question is can I stop gauge run specs from doing a rebuild? Or is that the only way it is able to find all of the steps? Failing that I am gonna have to deploy all sourcecode and packages to our VM for the rebuild but also look at how the transforms will work as we have some application transforms happening not just for gauge.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have just converted our project from .Net Framework to .Net5. Previously gauge was finding all the specs and it was running them. However since moving to .Net5 I can see that running gauge run specs actually causes a rebuild of the solution which is causing me a massive headache.
The way our system is set up is we push to hit, Jenkins builds and gets all packages etc then we use Octopus to transforms configs etc then push to a VM which has no internet access. So the VM only has the dlls that we need to run the steps. However with .Net5 it’s trying to rebuild instead of actually just running. So my question is can I stop gauge run specs from doing a rebuild? Or is that the only way it is able to find all of the steps? Failing that I am gonna have to deploy all sourcecode and packages to our VM for the rebuild but also look at how the transforms will work as we have some application transforms happening not just for gauge.
Any ideas or help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions