diff --git a/bin/mac/publish b/bin/mac/publish index de326b85..9e8536ee 100755 --- a/bin/mac/publish +++ b/bin/mac/publish @@ -42,4 +42,4 @@ esac #------------------------------------------ # Publish -dotnet publish "$GIT_DIR/src/AzureAuth/AzureAuth.csproj" --self-contained true -r "$runtime" -c release -o $DIST $* +$GIT_DIR/bin/mac/dotnet publish "$GIT_DIR/src/AzureAuth/AzureAuth.csproj" --self-contained true -r "$runtime" -c release -o $DIST $*