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
Describe the bug
Running setup.sh script doesn't fully work on a Mac with no prior Optimizely installations. It fails on dotnet-episerver tool, as the tool cannot be found. Running the tool as dotnet episerver instead resolves the issue. In my opinion running dotnet episerver is a bit more universal, as we don't care whether that specific tool is in the $PATH variable or not.
Disclaimer: I'm no .NET Core expert, so this bug might originate from my ignorance
I don't see an issue with the approach above (using dotnet episerver instead of dotnet-episerver in the script) -- both commands seem to run the same in Linux. If I read it correctly, this thread also implies dash vs space is somewhat interchangeable: dotnet/docs#29676
Describe the bug
Running
setup.sh
script doesn't fully work on a Mac with no prior Optimizely installations. It fails ondotnet-episerver
tool, as the tool cannot be found. Running the tool asdotnet episerver
instead resolves the issue. In my opinion runningdotnet episerver
is a bit more universal, as we don't care whether that specific tool is in the$PATH
variable or not.Disclaimer: I'm no .NET Core expert, so this bug might originate from my ignorance
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/episerver/Foundation.git
cd Foundation
git checkout main
chmod u+x setup.sh
./setup.sh
Expected behavior
The setup script should run to completion successfully
Desktop (please complete the following information):
I'd be happy to create a PR for this bug, if you think both this bug, and the proposed solution make sense.
The text was updated successfully, but these errors were encountered: