Skip to content

Conversation

joshgarnett
Copy link
Contributor

  • Rider/OSX appears to be less forgiving around the csproj format and requires that the nuget dependencies use Version and not version.
  • Updated the build.sh script to only install dotnet once and also to pull down protoc from nuget.
  • The FAKE build has been updated to support building the Protobuf target on OSX & Linux

* Rider/OSX appears to be less forgiving around the csproj format and requires that the nuget dependencies uses Version and not version.
* Updated the build.sh script to only install dotnet once and also to pull down protoc from nuget.
* The FAKE build has been updated to support building the Protobuf target on OSX & Linux
@Arkatufus
Copy link
Contributor

Looks good 😄

@Aaronontheweb
Copy link
Member

I'm not sure what the issue is here exactly, but the Mono test runner is hitting the deck when it starts scanning for test assemblies to run... What could be causing that?

@joshgarnett
Copy link
Contributor Author

It doesn't seem like the failure was related to the change from what I can tell. I'll look at getting the branch caught up to dev.

@Danthar Danthar mentioned this pull request Aug 24, 2017
@@ -42,17 +44,19 @@ fi
# INSTALL .NET CORE CLI
###########################################################################

echo "Installing .NET CLI..."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change for not installing .NET CLI is whats causing the issue here. Revert this section and it should solve your problem

build.sh Outdated
# INSTALL PROTOC
###########################################################################

unameOut="$(uname -s)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this line do ?

…t variables properly if dotnet was already installed.
@Aaronontheweb Aaronontheweb merged commit bad221b into akkadotnet:dev Aug 24, 2017
@Aaronontheweb Aaronontheweb added this to the 1.3.1 milestone Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants